|
@@ -1,14 +1,40 @@
|
|
|
{
|
|
|
- "description": "项目配置文件。",
|
|
|
+ "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
|
|
|
"packOptions": {
|
|
|
- "ignore": []
|
|
|
+ "ignore": [],
|
|
|
+ "include": []
|
|
|
},
|
|
|
"setting": {
|
|
|
"urlCheck": false,
|
|
|
- "es6": true
|
|
|
+ "es6": true,
|
|
|
+ "coverView": true,
|
|
|
+ "postcss": true,
|
|
|
+ "lazyloadPlaceholderEnable": false,
|
|
|
+ "preloadBackgroundData": false,
|
|
|
+ "minified": true,
|
|
|
+ "autoAudits": false,
|
|
|
+ "uglifyFileName": false,
|
|
|
+ "uploadWithSourceMap": true,
|
|
|
+ "enhance": true,
|
|
|
+ "useMultiFrameRuntime": true,
|
|
|
+ "showShadowRootInWxmlPanel": true,
|
|
|
+ "packNpmManually": false,
|
|
|
+ "packNpmRelationList": [],
|
|
|
+ "minifyWXSS": true,
|
|
|
+ "useStaticServer": true,
|
|
|
+ "showES6CompileOption": false,
|
|
|
+ "checkInvalidKey": true,
|
|
|
+ "babelSetting": {
|
|
|
+ "ignore": [],
|
|
|
+ "disablePlugins": [],
|
|
|
+ "outputPath": ""
|
|
|
+ },
|
|
|
+ "disableUseStrict": false,
|
|
|
+ "useCompilerPlugins": false,
|
|
|
+ "minifyWXML": true
|
|
|
},
|
|
|
"compileType": "miniprogram",
|
|
|
- "libVersion": "",
|
|
|
+ "libVersion": "2.25.1",
|
|
|
"appid": "wxe4a17c2bc0287527",
|
|
|
"projectname": "wechat",
|
|
|
"condition": {
|
|
@@ -28,5 +54,9 @@
|
|
|
"current": -1,
|
|
|
"list": []
|
|
|
}
|
|
|
+ },
|
|
|
+ "editorSetting": {
|
|
|
+ "tabIndent": "insertSpaces",
|
|
|
+ "tabSize": 2
|
|
|
}
|
|
|
}
|