File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -455,7 +455,7 @@ const bundles = [
455
455
// won't get copied. We also can't create just DEV bundle because it contains a
456
456
// NODE_ENV check inside. We should probably tweak our build process to allow
457
457
// "raw" packages that don't get bundled.
458
- bundleTypes : [ NODE_DEV , NODE_PROD , FB_WWW_DEV ] ,
458
+ bundleTypes : [ NODE_DEV , NODE_PROD ] ,
459
459
moduleType : ISOMORPHIC ,
460
460
entry : 'eslint-plugin-react-hooks' ,
461
461
global : 'ESLintPluginReactHooks' ,
@@ -471,7 +471,7 @@ const bundles = [
471
471
externals : [ ] ,
472
472
} ,
473
473
{
474
- bundleTypes : [ NODE_DEV , NODE_PROD ] ,
474
+ bundleTypes : [ NODE_DEV , NODE_PROD , FB_WWW_DEV ] ,
475
475
moduleType : ISOMORPHIC ,
476
476
entry : 'react-refresh/runtime' ,
477
477
global : 'ReactFreshRuntime' ,
You can’t perform that action at this time.
0 commit comments