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:
parent
85f6202a81
commit
2873f00bd8
3 changed files with 2 additions and 2 deletions
|
@ -188,6 +188,7 @@ module.exports = function () {
|
|||
ecma: 6,
|
||||
warnings: false,
|
||||
ie8: false,
|
||||
safari10: true,
|
||||
mangle: true,
|
||||
compress: {
|
||||
passes: 3,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue