Skip to content

Commit e064e70

Browse files
ljcraposkipjack
authored andcommitted
docs(plugins): add deepChildren to commons-chunk-plugin.md (#1625)
1 parent 02723bb commit e064e70

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ new webpack.optimize.CommonsChunkPlugin(options)
4646
children: boolean,
4747
// If `true` all children of the commons chunk are selected
4848

49+
deepChildren: boolean,
50+
// If `true` all descendants of the commons chunk are selected
51+
4952
async: boolean|string,
5053
// If `true` a new async commons chunk is created as child of `options.name` and sibling of `options.chunks`.
5154
// It is loaded in parallel with `options.chunks`.

0 commit comments

Comments
 (0)