-
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.
perf(@angular-devkit/build-angular): only load browserslist in babel …
…preset if needed The `browserslist` package is only needed in the custom Babel application preset if the `supportedBrowsers` option is specified. This option is not used within the esbuild- based browser application builder. The `browserslist` is now lazily imported only when needed and avoids the overhead of loading browser support data when not needed by the build.
- Loading branch information
Showing
1 changed file
with
16 additions
and
12 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