From 2f812e33de0e2507ab87b0b458faad788c52b7a4 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期四, 17 七月 2025 09:26:43 +0800
Subject: [PATCH] 前端
---
small-program/unpackage/dist/dev/mp-weixin/project.config.json | 15 ++++++++++++---
1 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/small-program/unpackage/dist/dev/mp-weixin/project.config.json b/small-program/unpackage/dist/dev/mp-weixin/project.config.json
index b17ba4c..4a3b265 100644
--- a/small-program/unpackage/dist/dev/mp-weixin/project.config.json
+++ b/small-program/unpackage/dist/dev/mp-weixin/project.config.json
@@ -1,7 +1,8 @@
{
"description": "椤圭洰閰嶇疆鏂囦欢銆�",
"packOptions": {
- "ignore": []
+ "ignore": [],
+ "include": []
},
"setting": {
"urlCheck": false,
@@ -10,10 +11,14 @@
"minified": true,
"newFeature": true,
"bigPackageSizeSupport": true,
- "minifyWXML": true
+ "babelSetting": {
+ "ignore": [],
+ "disablePlugins": [],
+ "outputPath": ""
+ }
},
"compileType": "miniprogram",
- "libVersion": "",
+ "libVersion": "3.8.11",
"appid": "wxcd2b89fd2ff065f8",
"projectname": "small-program",
"condition": {
@@ -33,5 +38,9 @@
"current": -1,
"list": []
}
+ },
+ "editorSetting": {
+ "tabIndent": "insertSpaces",
+ "tabSize": 2
}
}
\ No newline at end of file
--
Gitblit v1.9.3