dillon1000/react
Commit
Browse files Use Babel to build React
Size comparison:
```
raw gz Compared to master @ 6ed98ec0c83918d91b16517544e658e2ec068070
= = build/JSXTransformer.js
-15736 -3247 build/react-with-addons.js
+287 +7 build/react-with-addons.min.js
-14412 -2887 build/react.js
+274 +15 build/react.min.js
```
Differences mostly look to be various bits of whitespace that Babel ends up removing during its transforms (https://gist.github.com/spicyj/21ef31f4d95fb7a58daf). In minified files, mostly additions of `"use strict";`.Changed paths5 files
First-parent comparisonbin/jsx-internal ModifiedM jest/preprocessor.js ModifiedM package.json ModifiedM src/browser/ui/dom/setInnerHTML.js ModifiedM src/test/mocks.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…