This repository was archived by the owner on Apr 4, 2025. It is now read-only.
refactor(@angular-devkit/build-webpack): remove deploy URL option and CSS special cases #505
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Architect version of angular/angular-cli#9910
For reference, a comparison of the deploy URL and base HREF options can be found here: https://github.com/angular/angular-cli/blob/master/docs/design/deployurl-basehref.md
BREAKING CHANGE:
The deploy URL option has been removed. The base HREF option alone covers a majority of the use cases of the deploy URL option with the added benefit of affecting relative URL assets referenced in component HTML templates. For more advanced use cases, the Angular APP_BASE_HREF token can be used in conjuction to adjust the Angular routing root path.
Also, root-relative CSS resources will no longer be modified when a base HREF is present. For cases where a relative URL referenced resource should not be processed by the CLI, a caret ^ may be prefixed to the URL of the CSS resources to prevent the CLI from processing or otherwise modifying the URL and resource.