|
@@ -1,39 +1,14 @@
|
|
{
|
|
{
|
|
- "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
|
|
|
|
|
|
+ "description": "项目配置文件。",
|
|
"packOptions": {
|
|
"packOptions": {
|
|
- "ignore": [],
|
|
|
|
- "include": []
|
|
|
|
|
|
+ "ignore": []
|
|
},
|
|
},
|
|
"setting": {
|
|
"setting": {
|
|
"urlCheck": false,
|
|
"urlCheck": false,
|
|
- "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
|
|
|
|
|
|
+ "es6": true
|
|
},
|
|
},
|
|
"compileType": "miniprogram",
|
|
"compileType": "miniprogram",
|
|
- "libVersion": "2.25.1",
|
|
|
|
|
|
+ "libVersion": "",
|
|
"appid": "wxe4a17c2bc0287527",
|
|
"appid": "wxe4a17c2bc0287527",
|
|
"projectname": "wechat",
|
|
"projectname": "wechat",
|
|
"condition": {
|
|
"condition": {
|
|
@@ -53,9 +28,5 @@
|
|
"current": -1,
|
|
"current": -1,
|
|
"list": []
|
|
"list": []
|
|
}
|
|
}
|
|
- },
|
|
|
|
- "editorSetting": {
|
|
|
|
- "tabIndent": "insertSpaces",
|
|
|
|
- "tabSize": 2
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|