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 bc5465a commit f69072bCopy full SHA for f69072b
1 file changed
packages/webpack-cli/README.md
@@ -204,6 +204,9 @@ yarn add webpack-cli --dev
204
cache group.
205
--optimization-split-chunks-chunks string Select chunks for determining shared modules (defaults to "async", "initial"
206
and "all" requires adding these chunks to the HTML).
207
+ --optimization-split-chunks-default-size-types string Size type, like 'javascript', 'webassembly'.
208
+ --optimization-split-chunks-default-size-types-reset Clear all items provided in configuration. Sets the size types which are used when a
209
+ number is used for sizes.
210
211
--optimization-split-chunks-enforce-size-threshold string Size of the javascript part of the chunk.
212
--optimization-split-chunks-fallback-cache-group-automatic-name-delimiter string Sets the name delimiter for created chunks
0 commit comments