crab-wxapp/project.config.json

41 lines
930 B
JSON
Raw Permalink Normal View History

2024-06-24 11:06:50 +08:00
{
"miniprogramRoot": "dist/",
"projectname": "crab-wxapp",
"description": "crab wx app",
2024-07-09 13:53:22 +08:00
"appid": "wx2062eafa5dfc8ffb",
2024-06-24 11:06:50 +08:00
"setting": {
"urlCheck": true,
2024-07-16 11:24:28 +08:00
"es6": false,
"enhance": false,
2024-06-24 11:06:50 +08:00
"compileHotReLoad": false,
"postcss": false,
"preloadBackgroundData": false,
2024-07-09 13:53:22 +08:00
"minified": true,
2024-06-24 11:06:50 +08:00
"newFeature": true,
"autoAudits": false,
"coverView": true,
"showShadowRootInWxmlPanel": false,
"scopeDataCheck": false,
"useCompilerModule": false,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
2024-07-09 13:53:22 +08:00
},
"uglifyFileName": true
2024-06-24 11:06:50 +08:00
},
"compileType": "miniprogram",
"simulatorType": "wechat",
"simulatorPluginLibVersion": {},
"condition": {},
"libVersion": "3.4.3",
"srcMiniprogramRoot": "dist/",
"packOptions": {
"ignore": [],
"include": []
},
"editorSetting": {
"tabIndent": "insertSpaces",
"tabSize": 2
}
}