Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build all bundles required by flight fixture with
build-for-flight-dev
The following bundles were missing so that the flight fixture could not be started after running `yarn build-for-flight-dev` on a fresh clone: - `react-server-dom-webpack-node-loader.production.js` (requires `ESM_PROD`) - `react-server-dom-webpack-plugin.js` (requires `NODE_ES2015`) - `react-dom.react-server.development.js` - `react.react-server.development.js` Since we now need to specify a list of bundle types, we had to fix the `shouldSkipBundle` function, which apparently was broken in #29906.
- Loading branch information