dillon1000/react
Commit
Browse files 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.
Changed paths1 file
First-parent comparisonscripts/rollup/packaging.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…