perf: move es6-shim to core-js (new stuff only)#853
perf: move es6-shim to core-js (new stuff only)#853hansl wants to merge 1 commit intoangular:masterfrom
Conversation
|
@hansl core-js also includes reflect-metadata, I tested it myself. Can you remove it as well in this PR? |
|
Hello, I would like to help you for this. |
|
👍 This is essential for working with IE |
|
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.