react/packages/react-flight-dom-webpack/npm
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
..
index.js [Flight] Move Flight DOM to a Webpack Specific Package (#17372) 2019-11-15 11:46:07 -08:00
plugin.js [Flight] Add webpack plugin build (#18485) 2020-04-03 14:04:56 -07:00
server-runtime.js Add server-runtime to create Server Blocks (#18392) 2020-03-25 19:03:31 -07:00
server.browser.js [Flight] Move Flight DOM to a Webpack Specific Package (#17372) 2019-11-15 11:46:07 -08:00
server.js [Flight] Move Flight DOM to a Webpack Specific Package (#17372) 2019-11-15 11:46:07 -08:00
server.node.js [Flight] Move Flight DOM to a Webpack Specific Package (#17372) 2019-11-15 11:46:07 -08:00