Skip to content

Commit

Permalink
Add FreshRuntime WWW bundle, remove ESLint (#16684)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon authored Sep 6, 2019
1 parent 206d61f commit 21d79ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/rollup/bundles.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
Expand Down

0 comments on commit 21d79ce

Please sign in to comment.