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.

63 lines
1.9 KiB

3 years ago
{
3 years ago
"description": "项目配置文件详见文档https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
3 years ago
"packOptions": {
"ignore": [],
"include": []
},
"setting": {
"bundle": false,
"userConfirmedBundleSwitch": false,
"urlCheck": true,
"scopeDataCheck": false,
"coverView": true,
"es6": true,
"postcss": true,
"compileHotReLoad": false,
"lazyloadPlaceholderEnable": false,
"preloadBackgroundData": false,
"minified": true,
"autoAudits": false,
"newFeature": false,
"uglifyFileName": false,
"uploadWithSourceMap": true,
"useIsolateContext": true,
"nodeModules": false,
"enhance": true,
"useMultiFrameRuntime": true,
"useApiHook": true,
"useApiHostProcess": true,
"showShadowRootInWxmlPanel": true,
3 years ago
"packNpmManually": true,
3 years ago
"enableEngineNative": false,
3 years ago
"packNpmRelationList": [
{
"packageJsonPath": "./package.json",
"miniprogramNpmDistDir": "./miniprogram/"
}
],
3 years ago
"minifyWXSS": true,
"showES6CompileOption": false,
"minifyWXML": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
3 years ago
},
"useStaticServer": true,
3 years ago
"localPlugins": false,
"checkInvalidKey": true,
"disableUseStrict": false,
"useCompilerPlugins": false,
"ignoreUploadUnusedFiles": true
3 years ago
},
"compileType": "miniprogram",
3 years ago
"libVersion": "2.24.7",
3 years ago
"appid": "wxc7ec43a0959453fb",
"projectname": "miniprogram-92",
"editorSetting": {
"tabIndent": "insertSpaces",
"tabSize": 4
3 years ago
},
3 years ago
"simulatorPluginLibVersion": {},
"condition": {}
3 years ago
}