diff --git a/scripts/rollup/bundles.js b/scripts/rollup/bundles.js index 946466641601b..35d6834b199a7 100644 --- a/scripts/rollup/bundles.js +++ b/scripts/rollup/bundles.js @@ -404,7 +404,7 @@ const bundles = [ // 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], + bundleTypes: [NODE_DEV, NODE_PROD, FB_WWW_DEV], moduleType: ISOMORPHIC, entry: 'eslint-plugin-react-hooks', externals: [],