This commit is contained in:
张成
2026-02-06 17:58:38 +08:00
parent ce0a299b59
commit 2d68a558da
2 changed files with 4 additions and 2 deletions

View File

@@ -57,6 +57,7 @@
"@tarojs/shared": "4.1.5",
"@tarojs/taro": "4.1.5",
"babel-plugin-transform-remove-console": "^6.9.4",
"classnames": "^2.5.1",
"dayjs": "^1.11.13",
"qweather-icons": "^1.8.0",
"react": "^18.0.0",

View File

@@ -15,9 +15,10 @@
"useStaticServer": false,
"useLanDebug": false,
"showES6CompileOption": false,
"compileHotReLoad": false,
"compileHotReLoad": true,
"checkInvalidKey": true,
"ignoreDevUnusedFiles": true,
"bigPackageSizeSupport": true
"bigPackageSizeSupport": true,
"useIsolateContext": true
}
}