mirror of https://github.com/webpack/webpack.git
Merge pull request #3426 from inuscript/patch-1
Fill available params on CommonsChunkPlugin deprecation notice
This commit is contained in:
commit
73886d5f1a
|
|
@ -17,6 +17,8 @@ function CommonsChunkPlugin(options) {
|
|||
" names: string[]\n" +
|
||||
" filename: string\n" +
|
||||
" minChunks: number\n" +
|
||||
" chunks: string[]\n" +
|
||||
" children: boolean\n" +
|
||||
" async: boolean\n" +
|
||||
" minSize: number\n");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue