aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-02-10 10:28:11 +0100
committerChocobozzz <florian.bigard@gmail.com>2017-02-10 10:28:11 +0100
commita17bc2c34e79c144b7e71ff903c16c2e68371b48 (patch)
treeba327a1b8d96c15bfe6b56b9114edea62f4ef1d5 /client/src
parent01a07456e476237b7f78fddb3ea815537fc35af0 (diff)
downloadPeerTube-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.ts3
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';
29import 'core-js/es7/reflect'; 29import 'core-js/es7/reflect';
30import 'zone.js/dist/zone'; 30import 'zone.js/dist/zone';
31 31
32// Typescript emit helpers polyfill
33import 'ts-helpers';
34
35if ('production' !== ENV) { 32if ('production' !== ENV) {
36 Error.stackTraceLimit = Infinity; 33 Error.stackTraceLimit = Infinity;
37 34