Uh oh!
There was an error while loading. Please reload this page.
perf: move es6-shim to core-js (new stuff only) - #853
Conversation
filipesilva
commented
Jun 1, 2016
@hansl core-js also includes reflect-metadata, I tested it myself. Can you remove it as well in this PR? |
Shyam-Chen
commented
Jun 5, 2016
Hello, I would like to help you for this. |
briananderson1222
commented
Jun 10, 2016
👍 This is essential for working with IE |
briananderson1222
commented
Jun 23, 2016
Any reason this is being held up? For those who are having major slow-downs on IE9-11 I ended up removing es6-shim and reflect-metadata, adding core-js (including in the vendorNpmFiles array), and adding the following to the angular-cli-build.js file after the polyfills: ['vendor/core-js/client/shim.min.js','vendor/systemjs/dist/system.src.js','vendor/zone.js/dist/zone.js']been running this setup for almost a month now with no issues and extreme performance enhancements in IE9-11 |
@filipesilva (updated) if this pull request is stale I'd like to take a shot at getting a PR in and get reflect-metadata removed. |
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. |
Fixes#851.