当前位置:网站首页>解决 These dependencies were not found: * core-js/modules/es6.array.fill in xxx 之类的问题

解决 These dependencies were not found: * core-js/modules/es6.array.fill in xxx 之类的问题

2022-06-24 06:46:00 张小浪

解决方法:

在babel.config.js中添加:

presets: [ [ "@vue/app", { useBuiltIns: "entry" } ] ]

简单解决

原网站

版权声明
本文为[张小浪]所创,转载请带上原文链接,感谢
https://blog.csdn.net/qq_40011214/article/details/106053638