Skip to content

Commit 73886d5

Browse files
authored
Merge pull request webpack#3426 from inuscript/patch-1
Fill available params on CommonsChunkPlugin deprecation notice
2 parents c07847d + dcff8c8 commit 73886d5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/optimize/CommonsChunkPlugin.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ function CommonsChunkPlugin(options) {
1717
" names: string[]\n" +
1818
" filename: string\n" +
1919
" minChunks: number\n" +
20+
" chunks: string[]\n" +
21+
" children: boolean\n" +
2022
" async: boolean\n" +
2123
" minSize: number\n");
2224
}

0 commit comments

Comments
 (0)