diff --git a/project.config.json b/project.config.json index b1e97ec..858bc26 100644 --- a/project.config.json +++ b/project.config.json @@ -1,9 +1,56 @@ { + "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html", "setting": { + "urlCheck": true, + "es6": false, + "enhance": true, + "postcss": true, + "preloadBackgroundData": false, + "minified": true, + "newFeature": false, + "coverView": true, + "nodeModules": false, + "autoAudits": false, + "showShadowRootInWxmlPanel": true, + "scopeDataCheck": false, + "uglifyFileName": false, + "checkInvalidKey": true, + "checkSiteMap": true, + "uploadWithSourceMap": true, + "compileHotReLoad": false, + "lazyloadPlaceholderEnable": false, + "useMultiFrameRuntime": true, + "babelSetting": { + "ignore": [], + "disablePlugins": [], + "outputPath": "" + }, + "useIsolateContext": true, + "userConfirmedBundleSwitch": false, + "packNpmManually": false, + "packNpmRelationList": [], + "minifyWXSS": true, + "disableUseStrict": false, + "minifyWXML": true, + "showES6CompileOption": false, + "useCompilerPlugins": false, + "ignoreUploadUnusedFiles": true, + "useStaticServer": true, "condition": true }, - "simulatorPluginLibVersion": { - "wxext14566970e7e9f62": "3.6.5-29" + "compileType": "miniprogram", + "condition": {}, + "editorSetting": { + "tabIndent": "insertSpaces", + "tabSize": 2 + }, + "appid": "wxb0dea4d11428c6a5", + "packOptions": { + "ignore": [], + "include": [] }, - "projectArchitecture": "multiPlatform" + "projectArchitecture": "multiPlatform", + "simulatorPluginLibVersion": { + "wxext14566970e7e9f62": "3.6.5-24" + } } \ No newline at end of file