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