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
BREAKING CHANGE:
Deprecated `rebaseRootRelativeCssUrls` browser builder option has been removed without replacement. This option was used to change root relative URLs in stylesheets to include base HREF and deploy URL and was used only for compatibility and transition as this behavior is non-standard.
Copy file name to clipboardExpand all lines: packages/angular/cli/lib/config/schema.json
-6
Original file line number
Diff line number
Diff line change
@@ -970,12 +970,6 @@
970
970
},
971
971
"default": []
972
972
},
973
-
"rebaseRootRelativeCssUrls": {
974
-
"description": "Change root relative URLs in stylesheets to include base HREF and deploy URL. Use only for compatibility and transition. The behavior of this option is non-standard and will be removed in the next major release.",
975
-
"type": "boolean",
976
-
"default": false,
977
-
"x-deprecated": true
978
-
},
979
973
"webWorkerTsConfig": {
980
974
"type": "string",
981
975
"description": "TypeScript configuration for Web Worker modules."
Copy file name to clipboardExpand all lines: packages/angular_devkit/build_angular/src/browser/schema.json
-6
Original file line number
Diff line number
Diff line change
@@ -348,12 +348,6 @@
348
348
},
349
349
"default": []
350
350
},
351
-
"rebaseRootRelativeCssUrls": {
352
-
"description": "Change root relative URLs in stylesheets to include base HREF and deploy URL. Use only for compatibility and transition. The behavior of this option is non-standard and will be removed in the next major release.",
353
-
"type": "boolean",
354
-
"default": false,
355
-
"x-deprecated": true
356
-
},
357
351
"webWorkerTsConfig": {
358
352
"type": "string",
359
353
"description": "TypeScript configuration for Web Worker modules."
0 commit comments