mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-21 22:34:21 +08:00
refactor: deprecated unused server builder options
This commit is contained in:
parent
d71eea1aed
commit
4f19e36dc9
@ -120,12 +120,14 @@
|
||||
"vendorChunk": {
|
||||
"type": "boolean",
|
||||
"description": "Use a separate bundle containing only vendor libraries.",
|
||||
"default": true
|
||||
"default": true,
|
||||
"x-deprecated": "Since version 9. This option has no effect on server platform."
|
||||
},
|
||||
"commonChunk": {
|
||||
"type": "boolean",
|
||||
"description": "Use a separate bundle containing code used across multiple bundles.",
|
||||
"default": true
|
||||
"default": true,
|
||||
"x-deprecated": "Since version 9. This option has no effect on server platform."
|
||||
},
|
||||
"deployUrl": {
|
||||
"type": "string",
|
||||
@ -212,7 +214,8 @@
|
||||
"namedChunks": {
|
||||
"type": "boolean",
|
||||
"description": "Use file name for lazy loaded chunks.",
|
||||
"default": true
|
||||
"default": true,
|
||||
"x-deprecated": "Since version 9. This option has no effect on server platform."
|
||||
},
|
||||
"bundleDependencies": {
|
||||
"type": "string",
|
||||
|
Loading…
x
Reference in New Issue
Block a user