diff options
author | Chocobozzz <me@florianbigard.com> | 2022-06-24 15:26:45 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-06-24 15:26:45 +0200 |
commit | 2873f00bd89d8f1b5f88614415f8142a5c2065c3 (patch) | |
tree | 69417776718d77181ca98027f10f8482ba292aeb /client/webpack | |
parent | 85f6202a81790f351c0ab3eab3dc34e9b1f58a5b (diff) | |
download | PeerTube-2873f00bd89d8f1b5f88614415f8142a5c2065c3.tar.gz PeerTube-2873f00bd89d8f1b5f88614415f8142a5c2065c3.tar.zst PeerTube-2873f00bd89d8f1b5f88614415f8142a5c2065c3.zip |
Fix embed compat with safari 10
Diffstat (limited to 'client/webpack')
-rw-r--r-- | client/webpack/webpack.video-embed.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/webpack/webpack.video-embed.js b/client/webpack/webpack.video-embed.js index 13bcf9717..f5c75dd47 100644 --- a/client/webpack/webpack.video-embed.js +++ b/client/webpack/webpack.video-embed.js | |||
@@ -188,6 +188,7 @@ module.exports = function () { | |||
188 | ecma: 6, | 188 | ecma: 6, |
189 | warnings: false, | 189 | warnings: false, |
190 | ie8: false, | 190 | ie8: false, |
191 | safari10: true, | ||
191 | mangle: true, | 192 | mangle: true, |
192 | compress: { | 193 | compress: { |
193 | passes: 3, | 194 | passes: 3, |