Files
taro-template/dist/project.config.json
2024-12-18 17:49:02 +08:00

33 lines
672 B
JSON

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