-
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.
refactor(@angular-devkit/build-angular): improve initial file analysi…
…s for esbuild builder When using the esbuild-based browser application builder, the set of initially loaded files for the application is now calculated by analyzing potential transitively loading JavaScript and/or CSS files. This ensures that the full set of bundled files is available for bundle size calculations as well as further analysis in areas such as link-based hint generation in the application's index HTML. This also fixes a bug where non-injected `scripts` where incorrectly shown as initial files.
- Loading branch information
1 parent
7155cbe
commit bc5b7d5
Showing
2 changed files
with
69 additions
and
29 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