chore: swap reflect on webpack to core-js

This commit is contained in:
Jesús Rodríguez 2016-08-06 20:03:16 +02:00 committed by Naomi Black
parent aef8aa94aa
commit b54db9ab5f
1 changed files with 1 additions and 1 deletions

View File

@ -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') {