From b45a01a8bee4a9bff5f9c248ead301b8675d1099 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 28 十月 2022 17:22:35 +0800
Subject: [PATCH] 2022.10.28
---
project.config.json | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/project.config.json b/project.config.json
index dd79fcc..6975eb0 100644
--- a/project.config.json
+++ b/project.config.json
@@ -22,7 +22,7 @@
"checkSiteMap": true,
"uploadWithSourceMap": true,
"compileHotReLoad": false,
- "useMultiFrameRuntime": false,
+ "useMultiFrameRuntime": true,
"useApiHook": true,
"babelSetting": {
"ignore": [],
@@ -43,13 +43,14 @@
"disableUseStrict": false,
"showES6CompileOption": false,
"useCompilerPlugins": false,
- "ignoreUploadUnusedFiles": true,
+ "ignoreUploadUnusedFiles": false,
"useStaticServer": true,
- "minifyWXML": true
+ "minifyWXML": true,
+ "ignoreDevUnusedFiles": false
},
"compileType": "miniprogram",
- "libVersion": "2.25.2",
- "appid": "wxffd1438dd373fcf6",
+ "libVersion": "2.26.0",
+ "appid": "wx5758efcebb0774de",
"projectname": "ep-law-abiding",
"editorSetting": {
"tabIndent": "insertSpaces",
--
Gitblit v1.9.3