From 47e86f543415585ab1e1b2b1ed1d98830817a1be Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期一, 19 九月 2022 09:41:07 +0800
Subject: [PATCH] 2022.9.16
---
project.config.json | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/project.config.json b/project.config.json
index 4086af7..c45faf7 100644
--- a/project.config.json
+++ b/project.config.json
@@ -43,12 +43,13 @@
"disableUseStrict": false,
"showES6CompileOption": false,
"useCompilerPlugins": false,
- "ignoreUploadUnusedFiles": true,
+ "ignoreUploadUnusedFiles": false,
"useStaticServer": true,
- "minifyWXML": true
+ "minifyWXML": true,
+ "ignoreDevUnusedFiles": false
},
"compileType": "miniprogram",
- "libVersion": "2.25.2",
+ "libVersion": "2.26.0",
"appid": "wxffd1438dd373fcf6",
"projectname": "ep-law-abiding",
"editorSetting": {
--
Gitblit v1.9.3