react/scripts/rollup
Sebastian Markbåge 59fd09cb67
[Flight] Add webpack plugin build (#18485)
* Eject CRA from Flight

We need to eject because we're going to add a custom Webpack Plugin.

We can undo this once the plugin has upstreamed into CRA.

* Add Webpack plugin build

I call this entry point "webpack-plugin" instead of "plugin" even though
this is a webpack specific package. That's because there will also be a
Node.js plugin to do the server transform.

* Add Flight Webpack plugin to fixture

* Rm UMD builds

* Transform classes

* Rename webpack-plugin to plugin

This avoids the double webpack name. We're going to reuse this for both
server and client.
2020-04-03 14:04:56 -07:00
..
plugins Use Closure Compiler to compile to ES5 instead of Babel (#18449) 2020-04-01 12:08:37 -07:00
shims [Native] Enable and remove targetAsInstance feature flag. (#18182) 2020-02-28 13:45:42 -08:00
validate [Flight] Integrate Blocks into Flight (#18371) 2020-03-23 17:53:45 -07:00
build.js Remove /dist/ UMD builds (#18473) 2020-04-02 17:52:32 -07:00
bundles.js [Flight] Add webpack plugin build (#18485) 2020-04-03 14:04:56 -07:00
consolidateBundleSizes.js Fix sizebot (#15771) 2019-05-29 21:30:16 -07:00
forks.js Don't use EventListener Fork in Modern WWW Builds (#18333) 2020-03-18 13:13:50 +00:00
modules.js add jsx-runtime and jsx-dev-runtime (#18299) 2020-03-17 13:22:19 -07:00
packaging.js Remove /dist/ UMD builds (#18473) 2020-04-02 17:52:32 -07:00
stats.js Fix sizebot (#15771) 2019-05-29 21:30:16 -07:00
sync.js Fork React Native renderer into FB and OSS bundles (#12625) 2018-04-18 13:16:50 -07:00
utils.js Refactor the build scripts (#11787) 2017-12-06 20:11:32 +00:00
wrappers.js Move remaining things to named exports (#18165) 2020-02-27 17:18:55 -08:00