Huanyuyuehui/project.config.json

58 lines
1.6 KiB
JSON
Raw Permalink Normal View History

2024-03-21 17:52:58 +08:00
{
"miniprogramRoot": "unpackage/dist/build/mp-weixin/",
"description": "项目配置文件详见文档https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
"packOptions": {
"ignore": [],
"include": []
},
"setting": {
"urlCheck": true,
"es6": true,
"enhance": false,
"postcss": true,
"preloadBackgroundData": false,
"minified": true,
"newFeature": false,
"coverView": true,
"nodeModules": false,
"autoAudits": false,
"showShadowRootInWxmlPanel": true,
"scopeDataCheck": false,
"uglifyFileName": false,
"checkInvalidKey": true,
"checkSiteMap": true,
"uploadWithSourceMap": true,
"compileHotReLoad": true,
"lazyloadPlaceholderEnable": false,
"useMultiFrameRuntime": true,
"useApiHook": true,
"useApiHostProcess": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
"enableEngineNative": false,
"useIsolateContext": false,
"userConfirmedBundleSwitch": false,
"packNpmManually": false,
"packNpmRelationList": [],
"minifyWXSS": true,
"disableUseStrict": false,
"minifyWXML": true,
"showES6CompileOption": false,
"useCompilerPlugins": false
},
"compileType": "miniprogram",
"libVersion": "2.14.3",
2024-04-22 09:54:11 +08:00
"appid": "wx95e45e4fc390dd98",
2024-03-21 18:05:36 +08:00
"projectname": " _merchant_h5",
2024-03-21 17:52:58 +08:00
"simulatorType": "wechat",
"simulatorPluginLibVersion": {},
"srcMiniprogramRoot": "unpackage/dist/build/mp-weixin/",
"editorSetting": {
"tabIndent": "insertSpaces",
"tabSize": 2
},
"condition": {}
}