We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02e4848 commit c174f85Copy full SHA for c174f85
scripts/rollup/bundles.js
@@ -404,7 +404,7 @@ const bundles = [
404
// it contains a NODE_ENV check inside.
405
// We should probably tweak our build process
406
// to allow "raw" packages that don't get bundled.
407
- bundleTypes: [NODE_DEV, NODE_PROD],
+ bundleTypes: [NODE_DEV, NODE_PROD, FB_WWW_DEV],
408
moduleType: ISOMORPHIC,
409
entry: 'eslint-plugin-react-hooks',
410
externals: [],
0 commit comments