diff options
author | Chocobozzz <me@florianbigard.com> | 2019-04-02 17:39:21 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-04-02 17:39:21 +0200 |
commit | f421fa06ada7bb01d91142cc8211a65e2b390d7b (patch) | |
tree | 6d95c32b3693ee99c6b195ddb32eae1dc35fd0e3 /client/src/standalone/videos | |
parent | a1a216d9cb51db60cfc445b47de654f27e7d3b12 (diff) | |
download | PeerTube-f421fa06ada7bb01d91142cc8211a65e2b390d7b.tar.gz PeerTube-f421fa06ada7bb01d91142cc8211a65e2b390d7b.tar.zst PeerTube-f421fa06ada7bb01d91142cc8211a65e2b390d7b.zip |
Update client dep
Diffstat (limited to 'client/src/standalone/videos')
-rw-r--r-- | client/src/standalone/videos/embed.ts | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/client/src/standalone/videos/embed.ts b/client/src/standalone/videos/embed.ts index 28c10c75c..b55b4bace 100644 --- a/client/src/standalone/videos/embed.ts +++ b/client/src/standalone/videos/embed.ts | |||
@@ -1,22 +1,5 @@ | |||
1 | import './embed.scss' | 1 | import './embed.scss' |
2 | 2 | ||
3 | import 'core-js/es6/symbol' | ||
4 | import 'core-js/es6/object' | ||
5 | import 'core-js/es6/function' | ||
6 | import 'core-js/es6/parse-int' | ||
7 | import 'core-js/es6/parse-float' | ||
8 | import 'core-js/es6/number' | ||
9 | import 'core-js/es6/math' | ||
10 | import 'core-js/es6/string' | ||
11 | import 'core-js/es6/date' | ||
12 | import 'core-js/es6/array' | ||
13 | import 'core-js/es6/regexp' | ||
14 | import 'core-js/es6/map' | ||
15 | import 'core-js/es6/weak-map' | ||
16 | import 'core-js/es6/set' | ||
17 | // For google bot that uses Chrome 41 and does not understand fetch | ||
18 | import 'whatwg-fetch' | ||
19 | |||
20 | import * as Channel from 'jschannel' | 3 | import * as Channel from 'jschannel' |
21 | 4 | ||
22 | import { peertubeTranslate, ResultList, VideoDetails } from '../../../../shared' | 5 | import { peertubeTranslate, ResultList, VideoDetails } from '../../../../shared' |