Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit b54db9a

Browse files
Foxandxssnaomiblack
authored andcommitted
chore: swap reflect on webpack to core-js
1 parent aef8aa9 commit b54db9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/_examples/webpack/ts/src/polyfills.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// #docregion
22
import 'core-js/es6';
3-
import 'reflect-metadata';
3+
import 'core-js/es7/reflect';
44
require('zone.js/dist/zone');
55

66
if (process.env.ENV === 'production') {

0 commit comments

Comments
 (0)