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
refactor(@angular-devkit/build-angular): remove resourcesOutputPath option from application builder.
This `resourcesOutputPath` option is removed from the application builder. Instead the CSS resources will always be emitted in a directory named `media`. This is preparation to output server and browser bundles in different directories.
Copy file name to clipboardExpand all lines: packages/angular_devkit/build_angular/src/builders/application/schema.json
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -220,10 +220,6 @@
220
220
"type": "string",
221
221
"description": "The full path for the new output directory, relative to the current workspace.\nBy default, writes output to a folder named dist/ in the current project."
222
222
},
223
-
"resourcesOutputPath": {
224
-
"type": "string",
225
-
"description": "The path where style resources will be placed, relative to outputPath."
226
-
},
227
223
"aot": {
228
224
"type": "boolean",
229
225
"description": "Build using Ahead of Time compilation.",
0 commit comments