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