From 354513b83a36b25647f7c6e2068de667e329adb8 Mon Sep 17 00:00:00 2001 From: renjianbo0118 <18133922183> Date: Sun, 30 Apr 2023 21:53:59 +0800 Subject: [PATCH] AA --- project.config.json | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/project.config.json b/project.config.json index c114301..6b073f8 100644 --- a/project.config.json +++ b/project.config.json @@ -1,9 +1,5 @@ { "description": "项目配置文件", - "packOptions": { - "ignore": [], - "include": [] - }, "setting": { "urlCheck": false, "es6": true, @@ -24,8 +20,6 @@ "compileHotReLoad": false, "lazyloadPlaceholderEnable": false, "useMultiFrameRuntime": true, - "useApiHook": true, - "useApiHostProcess": true, "babelSetting": { "ignore": [], "disablePlugins": [], @@ -45,12 +39,11 @@ "disableUseStrict": false, "minifyWXML": true, "showES6CompileOption": false, - "useCompilerPlugins": false + "useCompilerPlugins": false, + "condition": false, + "ignoreUploadUnusedFiles": true }, "compileType": "miniprogram", - "libVersion": "2.21.0", - "appid": "wx2d5ca40a16ebd1b3", - "projectname": "coupon", "condition": { "search": { "list": [] @@ -74,5 +67,11 @@ "editorSetting": { "tabIndent": "insertSpaces", "tabSize": 2 - } + }, + "libVersion": "2.21.0", + "packOptions": { + "ignore": [], + "include": [] + }, + "appid": "wx2d5ca40a16ebd1b3" } \ No newline at end of file