Skip to content

Commit 764ccc1

Browse files
fix: Add missing webpack5 entrypoint in webpack-plugin
1 parent f57805a commit 764ccc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)