Fix embed compat with safari 10
This commit is contained in:
parent
85f6202a81
commit
2873f00bd8
3 changed files with 2 additions and 2 deletions
|
@ -126,7 +126,6 @@
|
||||||
"stream-http": "^3.0.0",
|
"stream-http": "^3.0.0",
|
||||||
"stylelint": "^14.9.1",
|
"stylelint": "^14.9.1",
|
||||||
"stylelint-config-sass-guidelines": "^9.0.1",
|
"stylelint-config-sass-guidelines": "^9.0.1",
|
||||||
"terser-webpack-plugin": "^5.3.3",
|
|
||||||
"ts-loader": "^9.3.0",
|
"ts-loader": "^9.3.0",
|
||||||
"tslib": "^2.4.0",
|
"tslib": "^2.4.0",
|
||||||
"typescript": "~4.7.3",
|
"typescript": "~4.7.3",
|
||||||
|
|
|
@ -188,6 +188,7 @@ module.exports = function () {
|
||||||
ecma: 6,
|
ecma: 6,
|
||||||
warnings: false,
|
warnings: false,
|
||||||
ie8: false,
|
ie8: false,
|
||||||
|
safari10: true,
|
||||||
mangle: true,
|
mangle: true,
|
||||||
compress: {
|
compress: {
|
||||||
passes: 3,
|
passes: 3,
|
||||||
|
|
|
@ -10902,7 +10902,7 @@ temp-fs@^0.9.9:
|
||||||
dependencies:
|
dependencies:
|
||||||
rimraf "~2.5.2"
|
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"
|
version "5.3.3"
|
||||||
resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-5.3.3.tgz#8033db876dd5875487213e87c627bca323e5ed90"
|
resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-5.3.3.tgz#8033db876dd5875487213e87c627bca323e5ed90"
|
||||||
integrity sha512-Fx60G5HNYknNTNQnzQ1VePRuu89ZVYWfjRAeT5rITuCY/1b08s49e5kSQwHDirKZWuoKOBRFS98EUUoZ9kLEwQ==
|
integrity sha512-Fx60G5HNYknNTNQnzQ1VePRuu89ZVYWfjRAeT5rITuCY/1b08s49e5kSQwHDirKZWuoKOBRFS98EUUoZ9kLEwQ==
|
||||||
|
|
Loading…
Reference in a new issue