commit node_modules and generated files
This commit is contained in:
parent
6d7a135fea
commit
34b372292b
3379 changed files with 449603 additions and 2029 deletions
16
node_modules/webpack/schemas/plugins/optimize/LimitChunkCountPlugin.json
generated
vendored
Normal file
16
node_modules/webpack/schemas/plugins/optimize/LimitChunkCountPlugin.json
generated
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"title": "LimitChunkCountPluginOptions",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"maxChunks": {
|
||||
"description": "Limit the maximum number of chunks using a value greater greater than or equal to 1",
|
||||
"type": "number",
|
||||
"minimum": 1
|
||||
},
|
||||
"minChunkSize": {
|
||||
"description": "Set a minimum chunk size",
|
||||
"type": "number"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue