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

@ -126,7 +126,6 @@
"stream-http": "^3.0.0",
"stylelint": "^14.9.1",
"stylelint-config-sass-guidelines": "^9.0.1",
"terser-webpack-plugin": "^5.3.3",
"ts-loader": "^9.3.0",
"tslib": "^2.4.0",
"typescript": "~4.7.3",

View File

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

View File

@ -10902,7 +10902,7 @@ temp-fs@^0.9.9:
dependencies:
rimraf "~2.5.2"
terser-webpack-plugin@^5.1.3, terser-webpack-plugin@^5.3.3:
terser-webpack-plugin@^5.1.3:
version "5.3.3"
resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-5.3.3.tgz#8033db876dd5875487213e87c627bca323e5ed90"
integrity sha512-Fx60G5HNYknNTNQnzQ1VePRuu89ZVYWfjRAeT5rITuCY/1b08s49e5kSQwHDirKZWuoKOBRFS98EUUoZ9kLEwQ==