You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

62 lines
1.6 KiB

3 years ago
{
"description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
"packOptions": {
"ignore": [],
"include": []
},
"setting": {
"urlCheck": false,
"minified": true,
"es6": true,
"postcss": true,
"coverView": true,
3 years ago
"lazyloadPlaceholderEnable": false,
"preloadBackgroundData": false,
3 years ago
"autoAudits": false,
"uglifyFileName": false,
"uploadWithSourceMap": true,
3 years ago
"enhance": true,
3 years ago
"useMultiFrameRuntime": true,
3 years ago
"showShadowRootInWxmlPanel": true,
"packNpmManually": false,
"packNpmRelationList": [],
"minifyWXSS": true,
"useStaticServer": true,
"showES6CompileOption": false,
"checkInvalidKey": true,
3 years ago
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
"disableUseStrict": false,
"useCompilerPlugins": false,
3 years ago
"minifyWXML": true
3 years ago
},
"compileType": "miniprogram",
3 years ago
"libVersion": "2.25.4",
3 years ago
"appid": "wx679386b5e40ab43e",
"projectname": "admin",
"condition": {
"search": {
"current": -1,
"list": []
},
"conversation": {
"current": -1,
"list": []
},
"game": {
"current": -1,
"list": []
},
"miniprogram": {
"current": -1,
"list": []
}
},
"editorSetting": {
"tabIndent": "insertSpaces",
"tabSize": 4
}
}