Skip to content

Commit

Permalink
fix(polyfills): manually import reflect-metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Awk34 authored Oct 25, 2018
1 parent d830d47 commit 550b6f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/app/client/app/polyfills.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Enable certain polyfills depending on which browsers you need to support
// import 'core-js/es6';
// import 'core-js/es7/reflect';
import 'reflect-metadata';

import 'zone.js/dist/zone';

Expand Down

0 comments on commit 550b6f0

Please sign in to comment.