diff options
Diffstat (limited to 'client/src/polyfills.ts')
-rw-r--r-- | client/src/polyfills.ts | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/client/src/polyfills.ts b/client/src/polyfills.ts index cf7270ac3..740a563bb 100644 --- a/client/src/polyfills.ts +++ b/client/src/polyfills.ts | |||
@@ -1,10 +1,9 @@ | |||
1 | // Polyfills | 1 | // Polyfills |
2 | // (these modules are what are in 'angular2/bundles/angular2-polyfills' so don't use that here) | 2 | // (these modules are what are in 'angular2/bundles/angular2-polyfills' so don't use that here) |
3 | 3 | ||
4 | // import 'ie-shim'; // Internet Explorer | 4 | require('intl'); |
5 | // import 'es6-shim'; | 5 | require('intl/locale-data/jsonp/en.js'); |
6 | // import 'es6-promise'; | 6 | import 'ie-shim'; // Internet Explorer |
7 | // import 'es7-reflect-metadata'; | ||
8 | 7 | ||
9 | // Prefer CoreJS over the polyfills above | 8 | // Prefer CoreJS over the polyfills above |
10 | import 'core-js/es6'; | 9 | import 'core-js/es6'; |