build: move shims_for_IE to third_party directory (#37624)
The shims_for_IE.js file contains vendor code that predates the third_party directory. This file is currently used for internal karma testing setup. This change corrects this by moving the shims_for_IE file to //third_part/ PR Close #37624
This commit is contained in:

committed by
Andrew Kushnir

parent
cf46a87fcd
commit
7f93f7ef47
@ -28,7 +28,7 @@ module.exports = function(config) {
|
||||
// Polyfills.
|
||||
'node_modules/core-js/client/core.js',
|
||||
'node_modules/reflect-metadata/Reflect.js',
|
||||
'shims_for_IE.js',
|
||||
'third_party/shims_for_IE.js',
|
||||
|
||||
// System.js for module loading
|
||||
'node_modules/systemjs/dist/system-polyfills.js',
|
||||
|
Reference in New Issue
Block a user