Skip to content

Commit

Permalink
feat(ie): add shims_for_ie to polyfills
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveVanOpstal committed Aug 1, 2016
1 parent c228c79 commit 2ea19fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/client/polyfills.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
// core-js
import 'core-js';

// shims_for_ie
import '../../config/shims_for_ie.js';

// zone.js
import 'zone.js/dist/zone';

Expand Down

0 comments on commit 2ea19fa

Please sign in to comment.