Angular-CLI v8 implemented differential loading. But I don\'t need files built by es5. I want to decrease deploy quantity.
I tried below. But CLI has generated es5 f
At the moment many people have es5 bundle generated because @angular/cli does not consider latest Edge (i.e., Edge 18) to be es2015-modules compliant: https://github.com/angular/angular-cli/issues/14580.
A dirty fix is to exclude Edge from the list of browsers you support (in the This problem should be fixed if you upgrade to @angular/cli 8.1.0.browserslist
file).