From c35011eece08bf9827e3481cb57639b329664fb0 Mon Sep 17 00:00:00 2001 From: wuxiang <40336055@qq.com> Date: Tue, 29 Mar 2022 17:53:52 +0800 Subject: [PATCH] 1 --- app.json | 1 - project.config.json | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/app.json b/app.json index 567fd97..80452f4 100644 --- a/app.json +++ b/app.json @@ -1,6 +1,5 @@ { "pages": [ - "pages/chat/chat", "pages/index/index", "pages/logs/logs", "pages/test/icon", diff --git a/project.config.json b/project.config.json index 1fcffe6..db0f4a2 100644 --- a/project.config.json +++ b/project.config.json @@ -36,7 +36,6 @@ "disablePlugins": [], "outputPath": "" }, - "enableEngineNative": false, "useIsolateContext": true, "userConfirmedBundleSwitch": false, "packNpmManually": false, @@ -45,12 +44,13 @@ "disableUseStrict": false, "minifyWXML": true, "showES6CompileOption": false, - "useCompilerPlugins": false + "useCompilerPlugins": false, + "ignoreUploadUnusedFiles": true }, "compileType": "miniprogram", "libVersion": "2.19.4", "appid": "wx2acabc0c47af5fbb", - "projectname": "miniprogram-2", + "projectname": "miniprogram-1", "debugOptions": { "hidedInDevtools": [] },