You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: help/build.json
+18-9Lines changed: 18 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -58,8 +58,8 @@
58
58
"hidden": false
59
59
},
60
60
{
61
-
"name": "extractCss",
62
-
"description": "Extract css from global styles into css files instead of js ones.",
61
+
"name": "watch",
62
+
"description": "Run build when files change.",
63
63
"type": "boolean",
64
64
"default": false,
65
65
"required": false,
@@ -231,18 +231,18 @@
231
231
"hidden": false
232
232
},
233
233
{
234
-
"name": "polyfills",
235
-
"description": "The full path for the polyfills file, relative to the current workspace.",
236
-
"type": "string",
234
+
"name": "extractCss",
235
+
"description": "Extract css from global styles into css files instead of js ones.",
236
+
"type": "boolean",
237
+
"default": false,
237
238
"required": false,
238
239
"aliases": [],
239
240
"hidden": false
240
241
},
241
242
{
242
-
"name": "watch",
243
-
"description": "Run build when files change.",
244
-
"type": "boolean",
245
-
"default": false,
243
+
"name": "polyfills",
244
+
"description": "The full path for the polyfills file, relative to the current workspace.",
245
+
"type": "string",
246
246
"required": false,
247
247
"aliases": [],
248
248
"hidden": false
@@ -422,6 +422,15 @@
422
422
"aliases": [],
423
423
"hidden": false,
424
424
"deprecated": true
425
+
},
426
+
{
427
+
"name": "experimentalImportFactories",
428
+
"description": "**EXPERIMENTAL** Transform import statements for lazy routes to import factories when using View Engine. Should only be used when switching back and forth between View Engine and Ivy. See https://angular.io/guide/ivy for usage information.",
0 commit comments