Files
miniapp/unpackage/dist/dev/mp-weixin/project.config.json
T

30 lines
611 B
JSON
Raw Normal View History

2023-08-30 09:44:26 +08:00
{
"description": "项目配置文件。",
"packOptions": {
"ignore": [],
"include": []
},
"setting": {
"urlCheck": false,
"es6": false,
2023-09-05 16:14:07 +08:00
"postcss": true,
"minified": true,
2023-08-30 09:44:26 +08:00
"newFeature": true,
"bigPackageSizeSupport": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
"condition": false
},
"compileType": "miniprogram",
"libVersion": "3.0.1",
"appid": "wx6d65ec24cf6b13af",
2023-09-05 16:14:07 +08:00
"projectname": "若依移动端",
2023-08-30 09:44:26 +08:00
"condition": {},
"editorSetting": {
"tabIndent": "insertSpaces",
"tabSize": 2
}
}