|
155 | 155 | }, |
156 | 156 | "skipTests": { |
157 | 157 | "type": "boolean", |
158 | | - "description": "When true, does not create test files.", |
| 158 | + "description": "Do not create test files.", |
159 | 159 | "default": false |
160 | 160 | } |
161 | 161 | } |
|
197 | 197 | }, |
198 | 198 | "skipTests": { |
199 | 199 | "type": "boolean", |
200 | | - "description": "When true, does not create test files.", |
| 200 | + "description": "Do not create test files.", |
201 | 201 | "default": false |
202 | 202 | } |
203 | 203 | } |
|
244 | 244 | }, |
245 | 245 | "skipTests": { |
246 | 246 | "type": "boolean", |
247 | | - "description": "When true, does not create test files.", |
| 247 | + "description": "Do not create test files.", |
248 | 248 | "default": false |
249 | 249 | } |
250 | 250 | } |
|
259 | 259 | }, |
260 | 260 | "skipTests": { |
261 | 261 | "type": "boolean", |
262 | | - "description": "When true, does not create test files.", |
| 262 | + "description": "Do not create test files.", |
263 | 263 | "default": false |
264 | 264 | }, |
265 | 265 | "skipImport": { |
|
285 | 285 | "properties": { |
286 | 286 | "skipTests": { |
287 | 287 | "type": "boolean", |
288 | | - "description": "When true, does not create test files.", |
| 288 | + "description": "Do not create test files.", |
289 | 289 | "default": false |
290 | 290 | } |
291 | 291 | } |
|
1210 | 1210 | }, |
1211 | 1211 | "open": { |
1212 | 1212 | "type": "boolean", |
1213 | | - "description": "When true, open the live-reload URL in default browser.", |
| 1213 | + "description": "Open the live-reload URL in default browser.", |
1214 | 1214 | "default": false, |
1215 | 1215 | "alias": "o" |
1216 | 1216 | }, |
1217 | 1217 | "liveReload": { |
1218 | 1218 | "type": "boolean", |
1219 | | - "description": "When true, reload the page on change using live-reload.", |
| 1219 | + "description": "Reload the page on change using live-reload.", |
1220 | 1220 | "default": true |
1221 | 1221 | }, |
1222 | 1222 | "publicHost": { |
|
1237 | 1237 | }, |
1238 | 1238 | "disableHostCheck": { |
1239 | 1239 | "type": "boolean", |
1240 | | - "description": "When true, don't verify that connected clients are part of allowed hosts.", |
| 1240 | + "description": "Do not verify that connected clients are part of allowed hosts.", |
1241 | 1241 | "default": false |
1242 | 1242 | }, |
1243 | 1243 | "hmr": { |
1244 | 1244 | "type": "boolean", |
1245 | | - "description": "When true, enable hot module replacement.", |
| 1245 | + "description": "Enable hot module replacement.", |
1246 | 1246 | "default": false |
1247 | 1247 | }, |
1248 | 1248 | "watch": { |
1249 | 1249 | "type": "boolean", |
1250 | | - "description": "When true, rebuild on change.", |
| 1250 | + "description": "Rebuild on change.", |
1251 | 1251 | "default": true |
1252 | 1252 | }, |
1253 | 1253 | "hmrWarning": { |
1254 | 1254 | "type": "boolean", |
1255 | | - "description": "When true, show a warning when the --hmr option is enabled.", |
| 1255 | + "description": "Show a warning when the --hmr option is enabled.", |
1256 | 1256 | "default": true |
1257 | 1257 | }, |
1258 | 1258 | "servePathDefaultWarning": { |
1259 | 1259 | "type": "boolean", |
1260 | | - "description": "When true, show a warning when deploy-url/base-href use unsupported serve path values.", |
| 1260 | + "description": "Show a warning when deploy-url/base-href use unsupported serve path values.", |
1261 | 1261 | "default": true |
1262 | 1262 | }, |
1263 | 1263 | "optimization": { |
|
1269 | 1269 | "properties": { |
1270 | 1270 | "scripts": { |
1271 | 1271 | "type": "boolean", |
1272 | | - "description": "When true, enable optimization of the scripts output.", |
| 1272 | + "description": "Enable optimization of the scripts output.", |
1273 | 1273 | "default": true |
1274 | 1274 | }, |
1275 | 1275 | "styles": { |
1276 | 1276 | "type": "boolean", |
1277 | | - "description": "When true, enable optimization of the styles output.", |
| 1277 | + "description": "Enable optimization of the styles output.", |
1278 | 1278 | "default": true |
1279 | 1279 | } |
1280 | 1280 | }, |
|
1290 | 1290 | "description": "Build using ahead-of-time compilation." |
1291 | 1291 | }, |
1292 | 1292 | "sourceMap": { |
1293 | | - "description": "When true, output sourcemaps.", |
| 1293 | + "description": "Output sourcemaps.", |
1294 | 1294 | "default": true, |
1295 | 1295 | "oneOf": [ |
1296 | 1296 | { |
1297 | 1297 | "type": "object", |
1298 | 1298 | "properties": { |
1299 | 1299 | "scripts": { |
1300 | 1300 | "type": "boolean", |
1301 | | - "description": "When true, output sourcemaps for all scripts.", |
| 1301 | + "description": "Output sourcemaps for all scripts.", |
1302 | 1302 | "default": true |
1303 | 1303 | }, |
1304 | 1304 | "styles": { |
1305 | 1305 | "type": "boolean", |
1306 | | - "description": "When true, output sourcemaps for all styles.", |
| 1306 | + "description": "Output sourcemaps for all styles.", |
1307 | 1307 | "default": true |
1308 | 1308 | }, |
1309 | 1309 | "vendor": { |
1310 | 1310 | "type": "boolean", |
1311 | | - "description": "When true, resolve vendor packages sourcemaps.", |
| 1311 | + "description": "Resolve vendor packages sourcemaps.", |
1312 | 1312 | "default": false |
1313 | 1313 | } |
1314 | 1314 | }, |
|
1321 | 1321 | }, |
1322 | 1322 | "vendorChunk": { |
1323 | 1323 | "type": "boolean", |
1324 | | - "description": "When true, use a separate bundle containing only vendor libraries." |
| 1324 | + "description": "Use a separate bundle containing only vendor libraries." |
1325 | 1325 | }, |
1326 | 1326 | "commonChunk": { |
1327 | 1327 | "type": "boolean", |
1328 | | - "description": "When true, use a separate bundle containing code used across multiple bundles." |
| 1328 | + "description": "Use a separate bundle containing code used across multiple bundles." |
1329 | 1329 | }, |
1330 | 1330 | "baseHref": { |
1331 | 1331 | "type": "string", |
|
1337 | 1337 | }, |
1338 | 1338 | "verbose": { |
1339 | 1339 | "type": "boolean", |
1340 | | - "description": "When true, add more details to output logging." |
| 1340 | + "description": "Add more details to output logging." |
1341 | 1341 | }, |
1342 | 1342 | "progress": { |
1343 | 1343 | "type": "boolean", |
1344 | | - "description": "When true, log progress to the console while building." |
| 1344 | + "description": "Log progress to the console while building." |
1345 | 1345 | } |
1346 | 1346 | }, |
1347 | 1347 | "additionalProperties": false |
|
0 commit comments