wszhyWx/dist/dev/miniprogram/project.config.json
clibing 54c100507f fix(png): png to cdn.domain
png to cdn.domain

Signed-off-by: clibing <wmsjhappy@gmail.com>
2023-10-01 16:07:53 +08:00

28 lines
535 B
JSON

{
"appid": "touristappid",
"compileType": "miniprogram",
"libVersion": "2.25.3",
"packOptions": {
"ignore": [],
"include": []
},
"setting": {
"coverView": true,
"es6": true,
"postcss": true,
"minified": true,
"enhance": true,
"showShadowRootInWxmlPanel": true,
"packNpmRelationList": [],
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
}
},
"condition": {},
"editorSetting": {
"tabIndent": "insertSpaces",
"tabSize": 2
}
}