diff --git a/scripts/rollup/bundles.js b/scripts/rollup/bundles.js index 78492d5b3b..62ab5652ea 100644 --- a/scripts/rollup/bundles.js +++ b/scripts/rollup/bundles.js @@ -1191,7 +1191,7 @@ const bundles = [ name: 'eslint-plugin-react-hooks', bundleTypes: [NODE_DEV, NODE_PROD, CJS_DTS], moduleType: ISOMORPHIC, - entry: 'eslint-plugin-react-hooks/src/index.ts', + entry: './compiler/packages/eslint-plugin-react-hooks/src/index.ts', global: 'ESLintPluginReactHooks', minifyWithProdErrorCodes: false, wrapWithModuleBoundaries: false,