You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
1.3 KiB
JSON

2 years ago
{
"description": "项目配置文件详见文档https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
"setting": {
"urlCheck": true,
"es6": false,
"enhance": true,
"postcss": true,
"preloadBackgroundData": false,
"minified": true,
"newFeature": false,
"coverView": true,
2 years ago
"nodeModules": false,
2 years ago
"autoAudits": false,
"showShadowRootInWxmlPanel": true,
"scopeDataCheck": false,
"uglifyFileName": false,
"checkInvalidKey": true,
"checkSiteMap": true,
"uploadWithSourceMap": true,
"compileHotReLoad": false,
"lazyloadPlaceholderEnable": false,
"useMultiFrameRuntime": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
"useIsolateContext": true,
"userConfirmedBundleSwitch": false,
"packNpmManually": false,
"packNpmRelationList": [],
"minifyWXSS": true,
"disableUseStrict": false,
2 years ago
"minifyWXML": true,
2 years ago
"showES6CompileOption": false,
"useCompilerPlugins": false,
2 years ago
"ignoreUploadUnusedFiles": true,
2 years ago
"useStaticServer": true,
2 years ago
"condition": false
2 years ago
},
"compileType": "miniprogram",
2 years ago
"condition": {},
2 years ago
"editorSetting": {
"tabIndent": "insertSpaces",
"tabSize": 2
},
1 year ago
"appid": "wx764e419e8402cae8",
2 years ago
"packOptions": {
"ignore": [],
"include": []
2 years ago
}
2 years ago
}