diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-02-10 10:28:11 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-02-10 10:28:11 +0100 |
commit | a17bc2c34e79c144b7e71ff903c16c2e68371b48 (patch) | |
tree | ba327a1b8d96c15bfe6b56b9114edea62f4ef1d5 /client/src | |
parent | 01a07456e476237b7f78fddb3ea815537fc35af0 (diff) | |
download | PeerTube-a17bc2c34e79c144b7e71ff903c16c2e68371b48.tar.gz PeerTube-a17bc2c34e79c144b7e71ff903c16c2e68371b48.tar.zst PeerTube-a17bc2c34e79c144b7e71ff903c16c2e68371b48.zip |
Client: use tslib instead of ts-helpers
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/polyfills.browser.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/client/src/polyfills.browser.ts b/client/src/polyfills.browser.ts index 65e211459..5119cf4b9 100644 --- a/client/src/polyfills.browser.ts +++ b/client/src/polyfills.browser.ts | |||
@@ -29,9 +29,6 @@ import 'core-js/es6/reflect'; | |||
29 | import 'core-js/es7/reflect'; | 29 | import 'core-js/es7/reflect'; |
30 | import 'zone.js/dist/zone'; | 30 | import 'zone.js/dist/zone'; |
31 | 31 | ||
32 | // Typescript emit helpers polyfill | ||
33 | import 'ts-helpers'; | ||
34 | |||
35 | if ('production' !== ENV) { | 32 | if ('production' !== ENV) { |
36 | Error.stackTraceLimit = Infinity; | 33 | Error.stackTraceLimit = Infinity; |
37 | 34 | ||