Skip to content
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

fix(@angular-devkit/build-angular): re-order ES5 polyfills in karma H… #14693

Merged
merged 1 commit into from
Jun 6, 2019
Merged

fix(@angular-devkit/build-angular): re-order ES5 polyfills in karma H… #14693

merged 1 commit into from
Jun 6, 2019

Commits on Jun 6, 2019

  1. fix(@angular-devkit/build-angular): re-order ES5 polyfills in karma H…

    …TMLs
    
    Similar to the index HTML page (https://github.com/angular/angular-cli/blob/6ec09919b5c2695dee784ce0c3accee7f9754bb0/tests/legacy-cli/e2e/tests/misc/support-ie.ts#L30-L37) ES5 polyfills should be loaded prior to the other polyfills. This is because other polyfills such as `zone.js` require these for example `Symbol` and `Object.isFrozen`
    
    Fixes #14618
    alan-agius4 committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    8918b0e View commit details
    Browse the repository at this point in the history