mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-18 20:02:40 +08:00
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`.