|
85 | 85 | "hmrWarning": { |
86 | 86 | "type": "boolean", |
87 | 87 | "description": "Show a warning when the --hmr option is enabled.", |
88 | | - "default": true |
| 88 | + "default": true, |
| 89 | + "x-deprecated": "No longer has an effect." |
89 | 90 | }, |
90 | 91 | "servePathDefaultWarning": { |
91 | 92 | "type": "boolean", |
92 | 93 | "description": "Show a warning when deploy-url/base-href use unsupported serve path values.", |
93 | | - "default": true |
| 94 | + "default": true, |
| 95 | + "x-deprecated": "No longer has an effect." |
94 | 96 | }, |
95 | 97 | "optimization": { |
96 | 98 | "description": "Enables optimization of the build output.", |
|
115 | 117 | { |
116 | 118 | "type": "boolean" |
117 | 119 | } |
118 | | - ] |
| 120 | + ], |
| 121 | + "x-deprecated": "Use the \"optimization\" option in the browser builder instead." |
119 | 122 | }, |
120 | 123 | "aot": { |
121 | 124 | "type": "boolean", |
122 | 125 | "description": "Build using Ahead of Time compilation.", |
123 | | - "x-user-analytics": 13 |
| 126 | + "x-user-analytics": 13, |
| 127 | + "x-deprecated": "Use the \"aot\" option in the browser builder instead." |
124 | 128 | }, |
125 | 129 | "sourceMap": { |
126 | 130 | "description": "Output sourcemaps.", |
|
154 | 158 | { |
155 | 159 | "type": "boolean" |
156 | 160 | } |
157 | | - ] |
| 161 | + ], |
| 162 | + "x-deprecated": "Use the \"sourceMap\" option in the browser builder instead." |
158 | 163 | }, |
159 | 164 | "vendorChunk": { |
160 | 165 | "type": "boolean", |
161 | | - "description": "Use a separate bundle containing only vendor libraries." |
| 166 | + "description": "Use a separate bundle containing only vendor libraries.", |
| 167 | + "x-deprecated": "Use the \"vendorChunk\" option in the browser builder instead." |
162 | 168 | }, |
163 | 169 | "commonChunk": { |
164 | 170 | "type": "boolean", |
165 | | - "description": "Use a separate bundle containing code used across multiple bundles." |
| 171 | + "description": "Use a separate bundle containing code used across multiple bundles.", |
| 172 | + "x-deprecated": "Use the \"commonChunk\" option in the browser builder instead." |
166 | 173 | }, |
167 | 174 | "baseHref": { |
168 | 175 | "type": "string", |
169 | | - "description": "Base url for the application being built." |
| 176 | + "description": "Base url for the application being built.", |
| 177 | + "x-deprecated": "Use the \"baseHref\" option in the browser builder instead." |
170 | 178 | }, |
171 | 179 | "deployUrl": { |
172 | 180 | "type": "string", |
173 | | - "description": "URL where files will be deployed." |
| 181 | + "description": "URL where files will be deployed.", |
| 182 | + "x-deprecated": "Use the \"deployUrl\" option in the browser builder instead." |
174 | 183 | }, |
175 | 184 | "progress": { |
176 | 185 | "type": "boolean", |
177 | | - "description": "Log progress to the console while building." |
| 186 | + "description": "Log progress to the console while building.", |
| 187 | + "x-deprecated": "Use the \"progress\" option in the browser builder instead." |
178 | 188 | }, |
179 | 189 | "poll": { |
180 | 190 | "type": "number", |
|
0 commit comments