Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c174f85

Browse files
authored
Add fb build of ESLint plugin (facebook#14165)
1 parent 02e4848 commit c174f85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/rollup/bundles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ const bundles = [
404404
// it contains a NODE_ENV check inside.
405405
// We should probably tweak our build process
406406
// to allow "raw" packages that don't get bundled.
407-
bundleTypes: [NODE_DEV, NODE_PROD],
407+
bundleTypes: [NODE_DEV, NODE_PROD, FB_WWW_DEV],
408408
moduleType: ISOMORPHIC,
409409
entry: 'eslint-plugin-react-hooks',
410410
externals: [],

0 commit comments

Comments
 (0)