mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
chore(polyfills): add dom polyfills
This commit is contained in:
committed by
Adam Bradley
parent
bd61ee7279
commit
ace4c1c1dc
@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user