Skip to content

Commit 9935203

Browse files
committed
fixed typo in example
fixes webpack#2599
1 parent 4b4592e commit 9935203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/multiple-commons-chunks/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = {
2020
}),
2121
new CommonsChunkPlugin({
2222
name: "commons",
23-
chunks: ["pageA", "pageB", "admin-commons.js"],
23+
chunks: ["pageA", "pageB", "admin-commons"],
2424
minChunks: 2
2525
}),
2626
new CommonsChunkPlugin({

0 commit comments

Comments
 (0)