导入项目文件老是出现异常微信页面是为什么?
导入包以前旧设备都是正常的,最近更换m4设备后,显示这个异常界面是为什么,少数情况能成功导入 微信开发者工具Stable 1.06.2412050 设备参数: MacBook Pro M4 macOS Sequoia15.1 [图片] project.config.json配置如下
{
"miniprogramRoot": "./",
"projectname": "xxxxxx",
"description": "xxxxx",
"appid": "xxxxxxxx",
"setting": {
"urlCheck": false,
"es6": true,
"postcss": false,
"minified": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
"packNpmRelationList": [],
"enhance": true
},
"compileType": "miniprogram",
"srcMiniprogramRoot": "",
"libVersion": "3.7.9",
"packOptions": {
"ignore": [],
"include": []
},
"condition": {},
"editorSetting": {
"tabIndent": "tab",
"tabSize": 2
}
}