Files
tankwar_proj/project.config.json
T
2026-05-18 07:39:03 +08:00

59 lines
1.5 KiB
JSON

{
"description": "Tank War - WeChat Mini Game",
"packOptions": {
"ignore": [
{
"value": ".codebuddy",
"type": "folder"
},
{
"value": ".gitignore",
"type": "file"
}
],
"include": []
},
"setting": {
"urlCheck": false,
"es6": true,
"enhance": true,
"postcss": true,
"preloadBackgroundData": false,
"minified": true,
"newFeature": true,
"coverView": true,
"nodeModules": false,
"autoAudits": false,
"showShadowRootInWxmlPanel": true,
"scopeDataCheck": false,
"uglifyFileName": false,
"checkInvalidKey": true,
"checkSiteMap": true,
"uploadWithSourceMap": true,
"compileHotReLoad": false,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
"compileWorklet": false,
"packNpmManually": false,
"packNpmRelationList": [],
"minifyWXSS": true,
"minifyWXML": true,
"localPlugins": false,
"disableUseStrict": false,
"useCompilerPlugins": false,
"condition": false,
"swc": false,
"disableSWC": true
},
"compileType": "game",
"libVersion": "3.15.1",
"appid": "wx3527fe2fd49db523",
"projectname": "tankwar",
"condition": {},
"simulatorPluginLibVersion": {},
"isGameTourist": false,
"editorSetting": {}
}