chore(polyfills): add dom polyfills

This commit is contained in:
Justin Willis
2016-09-20 10:15:14 -05:00
committed by Adam Bradley
parent bd61ee7279
commit ace4c1c1dc

View File

@ -195,12 +195,14 @@ export function writePolyfills(pathToWrite: string) {
'node_modules/core-js/es7/reflect.js',
'node_modules/core-js/es6/reflect.js',
'node_modules/zone.js/dist/zone.js',
'scripts/polyfill/polyfill.dom.js'
];
const ALL_ENTRIES = [
'node_modules/core-js/es6/index.js',
'node_modules/core-js/es7/reflect.js',
'node_modules/zone.js/dist/zone.js',
'scripts/polyfill/polyfill.dom.js'
];
const NG_ENTRIES = [