You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you attempt to use this plugin, it fails with TypeScript errors:
[typescript] Error: common/temp/node_modules/.pnpm/@[email protected]_ryeedturos24uuwfujlvq35jyu/node_modules/@rushstack/webpack5-module-minifier-plugin/dist/webpack5-module-minifier-plugin.d.ts:3:30 - (TS2307) Cannot find module 'estree' or its corresponding type declarations.
This is because @types/estree is being used in the @public interfaces for the plugin, however not declared as a peerDependency/dependency.
Repro steps
Use plugin, get TypeScript errors.
Expected result:
No TypeScript errors, plugin works. Actual result:
TypeScript errors, can't compile with TypeScript.