-
Notifications
You must be signed in to change notification settings - Fork 12k
feat(@schematics/angular): evergreen new applications #17361
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Blocking until we get more information from @atscott about dropping IE9-10 support in FW. |
packages/angular_devkit/build_angular/src/utils/build-browser-features_spec.ts
Outdated
Show resolved
Hide resolved
packages/angular_devkit/build_angular/src/utils/build-browser-features_spec.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM overall except for the suggestion I made to decouple this change from the IE9/10 decision.
packages/schematics/angular/application/files/.browserslistrc.template
Outdated
Show resolved
Hide resolved
By default, we now generate new applications which support only evergreen browsers, as a result differential loading is now opt-in. A new flag `--legacy-browsers`, was added to generate applications which support non evergreen browsers such as Internet Explorer 11. **Note**: After an application is generated opting in and out of differential loading is still possible through the supported browsers configuration in the browserslist configuration file defaulted to `.browserslistrc`.
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
By default, we now generate new applications which support only evergreen browsers, as a result differential loading is now opt-in.
A new flag
--legacy-browsers
, was added to generate applications which support non evergreen browsers such as Internet Explorer 11.Note: After an application is generated opting in and out of differential loading is still possible through the supported browsers configuration in the browserslist configuration file defaulted to
.browserslistrc
.Upcoming others PRs
Reference TOOL-1364