older (es5) browsers not fully supported when using workspace scripts #15625
Labels
area: @angular-devkit/build-angular
freq1: low
Only reported by a handful of users who observe it rarely
severity5: regression
type: bug/fix
Milestone
🐞 Bug report
Command
Is this a regression?
Yes, the previous version I'm aware this was still working was 8.0.
Description
Since I upgraded the cli to 8.3.3 my applications do not provide support for older browsers such as IE11.
🔬 Minimal Reproduction
not
as suggested in the comments):Here is a repo that reproduces the error: https://github.com/cladera/ng-cli-es5-support
🔥 Exception or Error
🌍 Your Environment
Anything else relevant?
If I run the build with the environment flag
NG_BUILD_DIFFERENTIAL_FULL
set to1
it runs a build that does work on IE 11.Anyway, one may wonder why do I need to add a script to my application that may break it whatsoever. Well, in an ideal world, all the libraries I need would be full UMD/cmjs compatible and I may just import them as a normal vendor dependency. But sadly, that's not my case. I need to add some scripts as "global" because I'm forced to do it. My point is, this worked fine few minor versions ago and now it doesn't which in my opinion is a breaking change.
The text was updated successfully, but these errors were encountered: