82 lines
1.8 KiB
JSON
82 lines
1.8 KiB
JSON
|
{
|
|||
|
"description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
|
|||
|
"miniprogramRoot": "src/",
|
|||
|
"setting": {
|
|||
|
"urlCheck": false,
|
|||
|
"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,
|
|||
|
"babelSetting": {
|
|||
|
"ignore": [],
|
|||
|
"disablePlugins": [],
|
|||
|
"outputPath": ""
|
|||
|
},
|
|||
|
"enableEngineNative": false,
|
|||
|
"useIsolateContext": false,
|
|||
|
"userConfirmedBundleSwitch": false,
|
|||
|
"packNpmManually": true,
|
|||
|
"packNpmRelationList": [
|
|||
|
{
|
|||
|
"packageJsonPath": "./package.json",
|
|||
|
"miniprogramNpmDistDir": "./src/"
|
|||
|
}
|
|||
|
],
|
|||
|
"minifyWXSS": true,
|
|||
|
"disableUseStrict": false,
|
|||
|
"minifyWXML": true,
|
|||
|
"showES6CompileOption": false,
|
|||
|
"useCompilerPlugins": [
|
|||
|
"less"
|
|||
|
],
|
|||
|
"useStaticServer": true,
|
|||
|
"condition": false,
|
|||
|
"ignoreUploadUnusedFiles": true
|
|||
|
},
|
|||
|
"compileType": "miniprogram",
|
|||
|
"srcMiniprogramRoot": "src/",
|
|||
|
"editorSetting": {
|
|||
|
"tabIndent": "insertSpaces",
|
|||
|
"tabSize": 2
|
|||
|
},
|
|||
|
"condition": {
|
|||
|
"search": {
|
|||
|
"list": []
|
|||
|
},
|
|||
|
"conversation": {
|
|||
|
"list": []
|
|||
|
},
|
|||
|
"game": {
|
|||
|
"list": []
|
|||
|
},
|
|||
|
"plugin": {
|
|||
|
"list": []
|
|||
|
},
|
|||
|
"gamePlugin": {
|
|||
|
"list": []
|
|||
|
},
|
|||
|
"miniprogram": {
|
|||
|
"list": []
|
|||
|
}
|
|||
|
},
|
|||
|
"libVersion": "2.15.0",
|
|||
|
"packOptions": {
|
|||
|
"ignore": [],
|
|||
|
"include": []
|
|||
|
},
|
|||
|
"appid": "wx463c21c58bdf2d7f"
|
|||
|
}
|