Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
Try to support IE
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie0 committed Apr 27, 2017
1 parent 790c08b commit 4c088b4
Show file tree
Hide file tree
Showing 4 changed files with 101 additions and 8 deletions.
15 changes: 15 additions & 0 deletions src/polyfills.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
import 'core-js';

import 'core-js/es6/symbol';
import 'core-js/es6/object';
import 'core-js/es6/function';
import 'core-js/es6/parse-int';
import 'core-js/es6/parse-float';
import 'core-js/es6/number';
import 'core-js/es6/math';
import 'core-js/es6/string';
import 'core-js/es6/date';
import 'core-js/es6/array';
import 'core-js/es6/regexp';
import 'core-js/es6/map';
import 'core-js/es6/set';

require('zone.js/dist/zone');
if (process.env.NODE_ENV === 'production') {
// Production
Expand Down
2 changes: 1 addition & 1 deletion www/app.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4c088b4

Please sign in to comment.