From f421fa06ada7bb01d91142cc8211a65e2b390d7b Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 2 Apr 2019 17:39:21 +0200 Subject: Update client dep --- client/src/standalone/videos/embed.ts | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'client/src/standalone/videos/embed.ts') 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 @@ import './embed.scss' -import 'core-js/es6/symbol' -import 'core-js/es6/object' -import 'core-js/es6/function' -import 'core-js/es6/parse-int' -import 'core-js/es6/parse-float' -import 'core-js/es6/number' -import 'core-js/es6/math' -import 'core-js/es6/string' -import 'core-js/es6/date' -import 'core-js/es6/array' -import 'core-js/es6/regexp' -import 'core-js/es6/map' -import 'core-js/es6/weak-map' -import 'core-js/es6/set' -// For google bot that uses Chrome 41 and does not understand fetch -import 'whatwg-fetch' - import * as Channel from 'jschannel' import { peertubeTranslate, ResultList, VideoDetails } from '../../../../shared' -- cgit v1.2.3