-
Notifications
You must be signed in to change notification settings - Fork 12k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(@angular-devkit/build-angular): correctly load dev server assets …
…with vite 4.4.0+ The underlying development server (Vite) for the application build system updated its static file serving dependencies which resulted in the `@fs` special file URLs supported by Vite to have a different format. Previously, the paths were encoded using `encodeURIComponent` but are now use `encodeURI`. The development server integration with Vite will now use the matching encoding to allow build defined assets to be correctly served.
- Loading branch information
Showing
2 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters