chore: swap reflect on webpack to core-js
This commit is contained in:
parent
aef8aa94aa
commit
b54db9ab5f
|
@ -1,6 +1,6 @@
|
|||
// #docregion
|
||||
import 'core-js/es6';
|
||||
import 'reflect-metadata';
|
||||
import 'core-js/es7/reflect';
|
||||
require('zone.js/dist/zone');
|
||||
|
||||
if (process.env.ENV === 'production') {
|
||||
|
|
Loading…
Reference in New Issue