Skip to content

Commit 2082561

Browse files
zalogskipjack
authored andcommitted
docs(plugins): fix missing comma in commons-chunk-plugin example (#1853)
1 parent afc9a5d commit 2082561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/plugins/commons-chunk-plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Similar to the above one, but instead of moving common modules into the parent (
149149
new webpack.optimize.CommonsChunkPlugin({
150150
name: "app",
151151
// or
152-
names: ["app", "subPageA"]
152+
names: ["app", "subPageA"],
153153
// the name or list of names must match the name or names
154154
// of the entry points that create the async chunks
155155

0 commit comments

Comments
 (0)