We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
resourcesOutputPath
1 parent a38566f commit 1d5d515Copy full SHA for 1d5d515
packages/angular/cli/lib/config/schema.json
@@ -623,6 +623,10 @@
623
"type": "string",
624
"description": "Path where output will be placed."
625
},
626
+ "resourcesOutputPath": {
627
+ "type": "string",
628
+ "description": "The path where style resources will be placed, relative to outputPath."
629
+ },
630
"aot": {
631
"type": "boolean",
632
"description": "Build using Ahead of Time compilation.",
@@ -1446,6 +1450,10 @@
1446
1450
1447
1451
1448
1452
1453
1454
1455
1456
1449
1457
"sourceMap": {
1458
1459
"description": "Output sourcemaps.",
0 commit comments