wechat-translator-app / project.config.json
AKIRA
Finalize all local changes
b3b0b53
{
"miniprogramRoot": "./",
"projectname": "wechat-miniprogram-translator",
"description": "实时翻译工具微信小程序版",
"appid": "wx4bf4c3f1ca6b34b0",
"setting": {
"urlCheck": true,
"es6": true,
"enhance": true,
"postcss": true,
"minified": true,
"newFeature": true,
"coverView": true,
"nodeModules": true,
"autoAudits": false,
"showShadowRootInWxmlPanel": true,
"scopeDataCheck": false,
"checkSiteMap": true,
"enableEngineNative": false,
"useMultiFrameRuntime": true,
"useApiHook": true,
"useApiHostProcess": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
"condition": {
"search": {
"list": []
},
"conversation": {
"list": []
},
"plugin": {
"list": []
},
"sitemap": {
"list": []
},
"enableTools": true
},
"compileWorklet": false,
"uglifyFileName": false,
"uploadWithSourceMap": true,
"packNpmManually": false,
"packNpmRelationList": [],
"minifyWXSS": true,
"minifyWXML": true,
"localPlugins": false,
"disableUseStrict": false,
"useCompilerPlugins": false,
"swc": false,
"disableSWC": true
},
"compileType": "miniprogram",
"libVersion": "3.8.10",
"srcMiniprogramRoot": "",
"editorSetting": {
"tabIndent": "tab",
"tabSize": 4
},
"simulatorPluginLibVersion": {},
"packOptions": {
"ignore": [],
"include": []
}
}