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 | |
parent | 85f6202a81790f351c0ab3eab3dc34e9b1f58a5b (diff) | |
download | PeerTube-2873f00bd89d8f1b5f88614415f8142a5c2065c3.tar.gz PeerTube-2873f00bd89d8f1b5f88614415f8142a5c2065c3.tar.zst PeerTube-2873f00bd89d8f1b5f88614415f8142a5c2065c3.zip |
Fix embed compat with safari 10
-rw-r--r-- | client/package.json | 1 | ||||
-rw-r--r-- | client/webpack/webpack.video-embed.js | 1 | ||||
-rw-r--r-- | client/yarn.lock | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/client/package.json b/client/package.json index bf7ef3639..7482b15eb 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -126,7 +126,6 @@ | |||
126 | "stream-http": "^3.0.0", | 126 | "stream-http": "^3.0.0", |
127 | "stylelint": "^14.9.1", | 127 | "stylelint": "^14.9.1", |
128 | "stylelint-config-sass-guidelines": "^9.0.1", | 128 | "stylelint-config-sass-guidelines": "^9.0.1", |
129 | "terser-webpack-plugin": "^5.3.3", | ||
130 | "ts-loader": "^9.3.0", | 129 | "ts-loader": "^9.3.0", |
131 | "tslib": "^2.4.0", | 130 | "tslib": "^2.4.0", |
132 | "typescript": "~4.7.3", | 131 | "typescript": "~4.7.3", |
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, |
diff --git a/client/yarn.lock b/client/yarn.lock index 590c3128a..e8ba39029 100644 --- a/client/yarn.lock +++ b/client/yarn.lock | |||
@@ -10902,7 +10902,7 @@ temp-fs@^0.9.9: | |||
10902 | dependencies: | 10902 | dependencies: |
10903 | rimraf "~2.5.2" | 10903 | rimraf "~2.5.2" |
10904 | 10904 | ||
10905 | terser-webpack-plugin@^5.1.3, terser-webpack-plugin@^5.3.3: | 10905 | terser-webpack-plugin@^5.1.3: |
10906 | version "5.3.3" | 10906 | version "5.3.3" |
10907 | resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-5.3.3.tgz#8033db876dd5875487213e87c627bca323e5ed90" | 10907 | resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-5.3.3.tgz#8033db876dd5875487213e87c627bca323e5ed90" |
10908 | integrity sha512-Fx60G5HNYknNTNQnzQ1VePRuu89ZVYWfjRAeT5rITuCY/1b08s49e5kSQwHDirKZWuoKOBRFS98EUUoZ9kLEwQ== | 10908 | integrity sha512-Fx60G5HNYknNTNQnzQ1VePRuu89ZVYWfjRAeT5rITuCY/1b08s49e5kSQwHDirKZWuoKOBRFS98EUUoZ9kLEwQ== |