dillon1000/react

Commit

Handle line endings correctly on Windows in build script for RN (#26727)

## Summary

We added some post-processing in the build for RN in #26616 that broke
for users on Windows due to how line endings were handled to the regular
expression to insert some directives in the docblock. This fixes that
problem, reported in #26697 as well.

## How did you test this change?

Verified files are still built correctly on Mac/Linux. Will ask for help
to test on Windows.
Browse files
Changed paths1 file
First-parent comparison
M scripts/rollup/packaging.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…