We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a89c2f commit 136d4cfCopy full SHA for 136d4cf
1 file changed
packages/webpack-plugin/rollup.config.mjs
@@ -3,7 +3,7 @@ import modulePackage from "module";
3
4
export default {
5
platform: "node",
6
- input: ["src/index.ts", "src/component-annotation-transform.ts"],
+ input: ["src/index.ts", "src/webpack5.ts", "src/component-annotation-transform.ts"],
7
external: [...Object.keys(packageJson.dependencies), ...modulePackage.builtinModules, "webpack"],
8
output: [
9
{
0 commit comments