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 = [
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' ,
You can’t perform that action at this time.
0 commit comments