WxApp/project.config.json

37 lines
773 B
JSON
Raw Normal View History

2024-08-29 14:36:16 +08:00
{
"description": "项目配置文件。",
"packOptions": {
"ignore": [],
"include": []
},
"setting": {
"urlCheck": true,
"es6": true,
"postcss": true,
"minified": true,
"newFeature": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
2024-08-31 17:33:35 +08:00
},
"packNpmManually": true,
"packNpmRelationList": [
{
"packageJsonPath": "./package.json",
"miniprogramNpmDistDir": "./"
}
]
2024-08-29 14:36:16 +08:00
},
"compileType": "miniprogram",
"libVersion": "3.5.5",
2024-09-03 00:16:51 +08:00
"appid": "wx865aefa5a7115ae0",
2024-08-29 14:36:16 +08:00
"projectname": "wxapp-mall",
"simulatorType": "wechat",
"simulatorPluginLibVersion": {},
"condition": {},
"editorSetting": {
"tabIndent": "insertSpaces",
"tabSize": 2
}
}