🐛 移动端较老 WebView 版本启动后卡在加载界面 https://github.com/siyuan-note/siyuan/issues/7660 https://github.com/siyuan-note/siyuan/issues/7616
This commit is contained in:
parent
7519661da2
commit
470c3c2f3d
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ module.exports = (env, argv) => {
|
|||
optimization: {
|
||||
minimize: true,
|
||||
minimizer: [
|
||||
new EsbuildPlugin(),
|
||||
new EsbuildPlugin({target: "es6"}),
|
||||
],
|
||||
},
|
||||
resolve: {
|
||||
|
|
Loading…
Add table
Reference in a new issue