Skip to content

Commit 21d79ce

Browse files
authored
Add FreshRuntime WWW bundle, remove ESLint (#16684)
1 parent 206d61f commit 21d79ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/rollup/bundles.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ const bundles = [
455455
// won't get copied. We also can't create just DEV bundle because it contains a
456456
// NODE_ENV check inside. We should probably tweak our build process to allow
457457
// "raw" packages that don't get bundled.
458-
bundleTypes: [NODE_DEV, NODE_PROD, FB_WWW_DEV],
458+
bundleTypes: [NODE_DEV, NODE_PROD],
459459
moduleType: ISOMORPHIC,
460460
entry: 'eslint-plugin-react-hooks',
461461
global: 'ESLintPluginReactHooks',
@@ -471,7 +471,7 @@ const bundles = [
471471
externals: [],
472472
},
473473
{
474-
bundleTypes: [NODE_DEV, NODE_PROD],
474+
bundleTypes: [NODE_DEV, NODE_PROD, FB_WWW_DEV],
475475
moduleType: ISOMORPHIC,
476476
entry: 'react-refresh/runtime',
477477
global: 'ReactFreshRuntime',

0 commit comments

Comments
 (0)