1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 02:09:37 +02:00

Fix embed compat with safari 10

This commit is contained in:
Chocobozzz 2022-06-24 15:26:45 +02:00
parent 85f6202a81
commit 2873f00bd8
No known key found for this signature in database
GPG key ID: 583A612D890159BE
3 changed files with 2 additions and 2 deletions

View file

@ -188,6 +188,7 @@ module.exports = function () {
ecma: 6,
warnings: false,
ie8: false,
safari10: true,
mangle: true,
compress: {
passes: 3,