xiangqinxiaochengxu/miniprogram/project.config.json

38 lines
866 B
JSON
Raw Permalink Normal View History

2026-04-17 10:49:14 +08:00
{
"description": "相亲小程序",
"packOptions": {
2026-06-18 23:06:40 +08:00
"ignore": [],
"include": []
2026-04-17 10:49:14 +08:00
},
"setting": {
"es6": true,
"enhance": true,
"postcss": true,
"minified": true,
2026-06-18 23:06:40 +08:00
"urlCheck": false,
"compileWorklet": false,
"uglifyFileName": false,
"uploadWithSourceMap": true,
"packNpmManually": false,
"packNpmRelationList": [],
"minifyWXSS": true,
"minifyWXML": true,
"localPlugins": false,
"disableUseStrict": false,
"useCompilerPlugins": false,
"condition": false,
"swc": false,
"disableSWC": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
}
2026-04-17 10:49:14 +08:00
},
"compileType": "miniprogram",
2026-06-18 23:06:40 +08:00
"libVersion": "3.15.1",
2026-05-16 19:01:44 +08:00
"appid": "wxb67b3c83c75c33b8",
2026-06-18 23:06:40 +08:00
"projectname": "dating-miniprogram",
"simulatorPluginLibVersion": {},
"editorSetting": {}
2026-04-17 10:49:14 +08:00
}