Merge pull request #3426 from inuscript/patch-1

Fill available params on CommonsChunkPlugin deprecation notice
This commit is contained in:
Tobias Koppers 2016-12-07 00:10:44 +01:00 committed by GitHub
commit 73886d5f1a
1 changed files with 2 additions and 0 deletions

View File

@ -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");
}