Files
taro-template/dist/project.config.json

33 lines
672 B
JSON
Raw Normal View History

2024-12-18 16:05:16 +08:00
{
2024-12-18 17:49:02 +08:00
"miniprogramRoot": "",
2024-12-18 16:05:16 +08:00
"projectname": "taro-template",
"description": "taro模版",
2024-12-18 17:49:02 +08:00
"appid": "wx99c8c167adcab8fc",
2024-12-18 16:05:16 +08:00
"setting": {
2024-12-18 17:49:02 +08:00
"urlCheck": false,
2024-12-18 16:05:16 +08:00
"es6": false,
"enhance": false,
2024-12-18 17:49:02 +08:00
"compileHotReLoad": true,
"postcss": true,
"minified": true,
"uglifyFileName": true,
"bigPackageSizeSupport": true,
"swc": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
}
2024-12-18 16:05:16 +08:00
},
2024-12-18 17:49:02 +08:00
"compileType": "miniprogram",
"libVersion": "3.7.1",
"packOptions": {
"ignore": [],
"include": []
},
"condition": {},
"editorSetting": {
"tabIndent": "insertSpaces",
"tabSize": 2
}
2024-12-18 16:05:16 +08:00
}