mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
Add FreshRuntime WWW bundle, remove ESLint (#16684)
This commit is contained in:
@@ -455,7 +455,7 @@ const bundles = [
|
||||
// won't get copied. We also can't create just DEV bundle because it contains a
|
||||
// NODE_ENV check inside. We should probably tweak our build process to allow
|
||||
// "raw" packages that don't get bundled.
|
||||
bundleTypes: [NODE_DEV, NODE_PROD, FB_WWW_DEV],
|
||||
bundleTypes: [NODE_DEV, NODE_PROD],
|
||||
moduleType: ISOMORPHIC,
|
||||
entry: 'eslint-plugin-react-hooks',
|
||||
global: 'ESLintPluginReactHooks',
|
||||
@@ -471,7 +471,7 @@ const bundles = [
|
||||
externals: [],
|
||||
},
|
||||
{
|
||||
bundleTypes: [NODE_DEV, NODE_PROD],
|
||||
bundleTypes: [NODE_DEV, NODE_PROD, FB_WWW_DEV],
|
||||
moduleType: ISOMORPHIC,
|
||||
entry: 'react-refresh/runtime',
|
||||
global: 'ReactFreshRuntime',
|
||||
|
||||
Reference in New Issue
Block a user