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): bypass Vite prebundling for absol…
…ute URL imports To avoid the Vite-based development server's prebundling system from attempting to prebundle import statements containing absolute URLs, the set of external specifiers will now be pre-filtered before being passed onto Vite. Currently, the check for an absolute URL is any specifier starting with `http://`, `https://`, or '//'. (cherry picked from commit 5a2a963)
- Loading branch information