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.
86 lines
2.1 KiB
86 lines
2.1 KiB
{ |
|
"miniprogramRoot": "miniprogram/", |
|
"cloudfunctionRoot": "cloudfunctions/", |
|
"setting": { |
|
"urlCheck": true, |
|
"es6": false, |
|
"enhance": true, |
|
"postcss": true, |
|
"preloadBackgroundData": false, |
|
"minified": true, |
|
"newFeature": true, |
|
"coverView": true, |
|
"nodeModules": false, |
|
"autoAudits": false, |
|
"showShadowRootInWxmlPanel": true, |
|
"scopeDataCheck": false, |
|
"uglifyFileName": false, |
|
"checkInvalidKey": true, |
|
"checkSiteMap": true, |
|
"uploadWithSourceMap": true, |
|
"compileHotReLoad": false, |
|
"useMultiFrameRuntime": true, |
|
"babelSetting": { |
|
"ignore": [], |
|
"disablePlugins": [], |
|
"outputPath": "" |
|
}, |
|
"enableEngineNative": false, |
|
"useIsolateContext": true, |
|
"useCompilerModule": true, |
|
"userConfirmedUseCompilerModuleSwitch": false, |
|
"userConfirmedBundleSwitch": false, |
|
"packNpmManually": true, |
|
"packNpmRelationList": [ |
|
{ |
|
"packageJsonPath": "./package.json", |
|
"miniprogramNpmDistDir": "./miniprogram/" |
|
} |
|
], |
|
"minifyWXSS": true, |
|
"lazyloadPlaceholderEnable": false, |
|
"useStaticServer": true, |
|
"showES6CompileOption": false, |
|
"disableUseStrict": false, |
|
"useCompilerPlugins": false, |
|
"minifyWXML": true, |
|
"ignoreUploadUnusedFiles": true |
|
}, |
|
"cloudfunctionTemplateRoot": "cloudfunctionTemplate/", |
|
"condition": { |
|
"search": { |
|
"list": [] |
|
}, |
|
"conversation": { |
|
"list": [] |
|
}, |
|
"plugin": { |
|
"list": [] |
|
}, |
|
"game": { |
|
"list": [] |
|
}, |
|
"miniprogram": { |
|
"list": [ |
|
{ |
|
"id": -1, |
|
"name": "db guide", |
|
"pathName": "pages/databaseGuide/databaseGuide" |
|
} |
|
] |
|
} |
|
}, |
|
"compileType": "miniprogram", |
|
"srcMiniprogramRoot": "miniprogram/", |
|
"editorSetting": { |
|
"tabIndent": "insertSpaces", |
|
"tabSize": 2 |
|
}, |
|
"description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html", |
|
"libVersion": "3.8.8", |
|
"packOptions": { |
|
"ignore": [], |
|
"include": [] |
|
}, |
|
"appid": "wx453836cd13d31ea0" |
|
} |