解决 These dependencies were not found: * core-js/modules/es6.array.fill in xxx 之类的问题解决方法:在babel.config.js中添加:presets: [ [ “@vue/app”, { useBuiltIns: “entry” } ] ]简单解决