-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Description
🚀 Feature request
- [ ] new
- [x] build
- [ ] serve
- [ ] test
Description
with the release of Version 8, Both es5 and es2015 files are generated on ng build. e.g.main-es5.js
, main-es2015.js
. Build time also increased due to running two times.
Describe the solution you'd like
Add a build parameter that disables generation of *-es5.js files. For a person using only Chrome ( latest) *-es5.js files aren't required. This will speed up the build and reduce number of files.Describe alternatives you've considered
I can manually everytime delete these tags from html `<script src="*-es5.js" type="module">`Metadata
Metadata
Assignees
Labels
No labels