aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/standalone/videos/embed.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-04-02 17:39:21 +0200
committerChocobozzz <me@florianbigard.com>2019-04-02 17:39:21 +0200
commitf421fa06ada7bb01d91142cc8211a65e2b390d7b (patch)
tree6d95c32b3693ee99c6b195ddb32eae1dc35fd0e3 /client/src/standalone/videos/embed.ts
parenta1a216d9cb51db60cfc445b47de654f27e7d3b12 (diff)
downloadPeerTube-f421fa06ada7bb01d91142cc8211a65e2b390d7b.tar.gz
PeerTube-f421fa06ada7bb01d91142cc8211a65e2b390d7b.tar.zst
PeerTube-f421fa06ada7bb01d91142cc8211a65e2b390d7b.zip
Update client dep
Diffstat (limited to 'client/src/standalone/videos/embed.ts')
-rw-r--r--client/src/standalone/videos/embed.ts17
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 @@
1import './embed.scss' 1import './embed.scss'
2 2
3import 'core-js/es6/symbol'
4import 'core-js/es6/object'
5import 'core-js/es6/function'
6import 'core-js/es6/parse-int'
7import 'core-js/es6/parse-float'
8import 'core-js/es6/number'
9import 'core-js/es6/math'
10import 'core-js/es6/string'
11import 'core-js/es6/date'
12import 'core-js/es6/array'
13import 'core-js/es6/regexp'
14import 'core-js/es6/map'
15import 'core-js/es6/weak-map'
16import 'core-js/es6/set'
17// For google bot that uses Chrome 41 and does not understand fetch
18import 'whatwg-fetch'
19
20import * as Channel from 'jschannel' 3import * as Channel from 'jschannel'
21 4
22import { peertubeTranslate, ResultList, VideoDetails } from '../../../../shared' 5import { peertubeTranslate, ResultList, VideoDetails } from '../../../../shared'