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.
56 lines
1.3 KiB
56 lines
1.3 KiB
{
|
|
"description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
|
|
"packOptions": {
|
|
"ignore": [],
|
|
"include": []
|
|
},
|
|
"setting": {
|
|
"urlCheck": false,
|
|
"es6": true,
|
|
"postcss": false,
|
|
"minified": false,
|
|
"newFeature": true,
|
|
"bigPackageSizeSupport": true,
|
|
"coverView": true,
|
|
"lazyloadPlaceholderEnable": false,
|
|
"preloadBackgroundData": false,
|
|
"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
|
|
},
|
|
"compileType": "miniprogram",
|
|
"libVersion": "3.4.8",
|
|
"appid": "wx25cc9ad5a608b961",
|
|
"projectname": "中龙",
|
|
"condition": {
|
|
"miniprogram": {
|
|
"list": [
|
|
{
|
|
"name": "首页",
|
|
"pathName": "pages/index/index",
|
|
"query": ""
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"editorSetting": {
|
|
"tabIndent": "insertSpaces",
|
|
"tabSize": 2
|
|
}
|
|
}
|