From 8fbd6b8d09e70494d920cc0b77812e9643be3196 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期二, 23 八月 2022 17:37:31 +0800
Subject: [PATCH] 2022.8.23
---
project.config.json | 19 ++++++++++++++-----
1 files changed, 14 insertions(+), 5 deletions(-)
diff --git a/project.config.json b/project.config.json
index 6a30418..4086af7 100644
--- a/project.config.json
+++ b/project.config.json
@@ -24,29 +24,38 @@
"compileHotReLoad": false,
"useMultiFrameRuntime": true,
"useApiHook": true,
- "useApiHostProcess": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
- "enableEngineNative": false,
"bundle": false,
"useIsolateContext": true,
"useCompilerModule": true,
"userConfirmedUseCompilerModuleSwitch": false,
- "userConfirmedBundleSwitch": false,
"packNpmManually": false,
"packNpmRelationList": [],
- "minifyWXSS": true
+ "useApiHostProcess": true,
+ "enableEngineNative": false,
+ "userConfirmedBundleSwitch": false,
+ "minifyWXSS": true,
+ "lazyloadPlaceholderEnable": false,
+ "disableUseStrict": false,
+ "showES6CompileOption": false,
+ "useCompilerPlugins": false,
+ "ignoreUploadUnusedFiles": true,
+ "useStaticServer": true,
+ "minifyWXML": true
},
"compileType": "miniprogram",
- "libVersion": "2.21.3",
+ "libVersion": "2.25.2",
"appid": "wxffd1438dd373fcf6",
"projectname": "ep-law-abiding",
"editorSetting": {
"tabIndent": "insertSpaces",
"tabSize": 2
},
+ "simulatorType": "wechat",
+ "simulatorPluginLibVersion": {},
"condition": {}
}
\ No newline at end of file
--
Gitblit v1.9.3