mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Make it works with new autoplay policy
This commit is contained in:
@@ -1,5 +1,20 @@
|
||||
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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user