78 lines
1.9 KiB
JSON
78 lines
1.9 KiB
JSON
|
|
{
|
|||
|
|
"description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
|
|||
|
|
"setting": {
|
|||
|
|
"urlCheck": true,
|
|||
|
|
"es6": true,
|
|||
|
|
"enhance": true,
|
|||
|
|
"postcss": true,
|
|||
|
|
"preloadBackgroundData": false,
|
|||
|
|
"minified": true,
|
|||
|
|
"newFeature": false,
|
|||
|
|
"coverView": true,
|
|||
|
|
"nodeModules": true,
|
|||
|
|
"autoAudits": false,
|
|||
|
|
"showShadowRootInWxmlPanel": true,
|
|||
|
|
"scopeDataCheck": false,
|
|||
|
|
"uglifyFileName": false,
|
|||
|
|
"checkInvalidKey": true,
|
|||
|
|
"checkSiteMap": true,
|
|||
|
|
"uploadWithSourceMap": true,
|
|||
|
|
"compileHotReLoad": false,
|
|||
|
|
"lazyloadPlaceholderEnable": false,
|
|||
|
|
"useMultiFrameRuntime": true,
|
|||
|
|
"ignoreDevUnusedFiles": false,
|
|||
|
|
"babelSetting": {
|
|||
|
|
"ignore": [],
|
|||
|
|
"disablePlugins": [],
|
|||
|
|
"outputPath": ""
|
|||
|
|
},
|
|||
|
|
"enableEngineNative": false,
|
|||
|
|
"useIsolateContext": true,
|
|||
|
|
"userConfirmedBundleSwitch": false,
|
|||
|
|
"packNpmManually": false,
|
|||
|
|
"packNpmRelationList": [],
|
|||
|
|
"minifyWXSS": true,
|
|||
|
|
"disableUseStrict": false,
|
|||
|
|
"minifyWXML": true,
|
|||
|
|
"showES6CompileOption": false,
|
|||
|
|
"useCompilerPlugins": false,
|
|||
|
|
"ignoreUploadUnusedFiles": true,
|
|||
|
|
"useStaticServer": true,
|
|||
|
|
"compileWorklet": false,
|
|||
|
|
"localPlugins": false,
|
|||
|
|
"condition": false,
|
|||
|
|
"swc": false,
|
|||
|
|
"disableSWC": true
|
|||
|
|
},
|
|||
|
|
"compileType": "miniprogram",
|
|||
|
|
"simulatorType": "wechat",
|
|||
|
|
"simulatorPluginLibVersion": {},
|
|||
|
|
"condition": {
|
|||
|
|
"miniprogram": {
|
|||
|
|
"list": [
|
|||
|
|
{
|
|||
|
|
"name": "首页入口",
|
|||
|
|
"pathName": "pages/home/home",
|
|||
|
|
"query": "",
|
|||
|
|
"scene": null
|
|||
|
|
},
|
|||
|
|
{
|
|||
|
|
"name": "示例页-个人中心",
|
|||
|
|
"pathName": "pages/usercenter/index",
|
|||
|
|
"query": "",
|
|||
|
|
"scene": null
|
|||
|
|
}
|
|||
|
|
]
|
|||
|
|
}
|
|||
|
|
},
|
|||
|
|
"editorSetting": {
|
|||
|
|
"tabIndent": "insertSpaces",
|
|||
|
|
"tabSize": 2
|
|||
|
|
},
|
|||
|
|
"packOptions": {
|
|||
|
|
"ignore": [],
|
|||
|
|
"include": []
|
|||
|
|
},
|
|||
|
|
"appid": "wx1a5ce23035f68f08",
|
|||
|
|
"libVersion": "3.5.8"
|
|||
|
|
}
|