findme-miniprogram-frontend/project.config.json

46 lines
1.2 KiB
JSON
Raw Permalink Normal View History

2025-12-27 17:16:03 +08:00
{
"appid": "wxbf2caeeaff04122a",
"compileType": "miniprogram",
"libVersion": "3.8.10",
"packOptions": {
"ignore": [],
"include": []
},
"setting": {
"coverView": true,
"es6": true,
"postcss": true,
"minified": true,
"enhance": true,
"showShadowRootInWxmlPanel": true,
"packNpmRelationList": [],
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
"compileWorklet": false,
"uglifyFileName": false,
"uploadWithSourceMap": false,
"packNpmManually": false,
"minifyWXSS": true,
"minifyWXML": true,
"localPlugins": false,
"disableUseStrict": false,
"useCompilerPlugins": false,
"condition": false,
"swc": true,
"disableSWC": false,
"ignoreUploadUnusedFiles": true
},
"codeProtectWhitelist": [
"/dist/nim.js"
],
"condition": {},
"editorSetting": {
"tabIndent": "insertSpaces",
"tabSize": 4
},
"projectArchitecture": "miniProgram",
"simulatorPluginLibVersion": {}
}