mirror of https://github.com/Chocobozzz/PeerTube
Fix player on safari 11
parent
92cb986263
commit
ef44710bb0
|
@ -19,6 +19,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import 'core-js/es/object'
|
import 'core-js/es/object'
|
||||||
|
import 'core-js/es/global-this'
|
||||||
|
|
||||||
/** IE10 and IE11 requires the following for NgClass support on SVG elements */
|
/** IE10 and IE11 requires the following for NgClass support on SVG elements */
|
||||||
// import 'classlist.js'; // Run `npm install --save classlist.js`.
|
// import 'classlist.js'; // Run `npm install --save classlist.js`.
|
||||||
|
|
Loading…
Reference in New Issue