Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf(@angular/build): improve rebuild time for file loader usage with…
… prebundling Rebuilds can now use the optimized external package execute path when using the `application` builder's `loader` option if only `file` type loaders are used. The Vite-based development server will now process any `file` type loader usage for third-party file references which removes the need for the build itself to handle the loader processing. This change only optimizes the case where only the `file` loader type is used. If any other loader types are present, the optimized execution path will not be used. Future further improvements may allow for all cases to use the optimized rebuild execution path.
- Loading branch information