问题
解决方案
修改node_modules\@babel\helper-compilation-targets\package.json
文件下的exports配置。
{
"exports": {
".":"./lib/index.js"
},
}
修改node_modules\@babel\helper-compilation-targets\package.json
文件下的exports配置。
{
"exports": {
".":"./lib/index.js"
},
}