You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating an Angular App with the NG command, i would love to see a split between polyfills for modern browsers and legacy browsers. While building the application the legacy browsers should read all scripts and modern browsers should skip the legacy bundle because of the nomodule attr in scripts.
For optimization the angular application, this would improve low-end devices with modern browsers. this would be a 35kb vs 13.5kb gzipped difference for modern browsers
The text was updated successfully, but these errors were encountered:
Bug Report or Feature Request (mark with an
x
)Command (mark with an
x
)Desired functionality
When creating an Angular App with the NG command, i would love to see a split between polyfills for modern browsers and legacy browsers. While building the application the legacy browsers should read all scripts and modern browsers should skip the legacy bundle because of the nomodule attr in scripts.
For optimization the angular application, this would improve low-end devices with modern browsers. this would be a 35kb vs 13.5kb gzipped difference for modern browsers
The text was updated successfully, but these errors were encountered: