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

Skip to content

Commit 9fb9199

Browse files
committed
Add global to ESLint plugin bundle config
1 parent c174f85 commit 9fb9199

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/rollup/bundles.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,7 @@ const bundles = [
407407
bundleTypes: [NODE_DEV, NODE_PROD, FB_WWW_DEV],
408408
moduleType: ISOMORPHIC,
409409
entry: 'eslint-plugin-react-hooks',
410+
global: 'ESlintPluginReactHooks',
410411
externals: [],
411412
},
412413

0 commit comments

Comments
 (0)