We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02723bb commit e064e70Copy full SHA for e064e70
src/content/plugins/commons-chunk-plugin.md
@@ -46,6 +46,9 @@ new webpack.optimize.CommonsChunkPlugin(options)
46
children: boolean,
47
// If `true` all children of the commons chunk are selected
48
49
+ deepChildren: boolean,
50
+ // If `true` all descendants of the commons chunk are selected
51
+
52
async: boolean|string,
53
// If `true` a new async commons chunk is created as child of `options.name` and sibling of `options.chunks`.
54
// It is loaded in parallel with `options.chunks`.
0 commit comments