Skip to content

Commit 136d4cf

Browse files
fix: Add missing webpack5 entrypoint in webpack-plugin (#905)
1 parent 0a89c2f commit 136d4cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/webpack-plugin/rollup.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import modulePackage from "module";
33

44
export default {
55
platform: "node",
6-
input: ["src/index.ts", "src/component-annotation-transform.ts"],
6+
input: ["src/index.ts", "src/webpack5.ts", "src/component-annotation-transform.ts"],
77
external: [...Object.keys(packageJson.dependencies), ...modulePackage.builtinModules, "webpack"],
88
output: [
99
{

0 commit comments

Comments
 (0)