摘要: 找到babel.config.js文件,添加ignore路径 module.exports = { "presets": ['@vue/app'], "ignore": ['./public/hj/js/webVideoCtrl.js'], } 如果要忽略node_modules的文件,以上配置就没 阅读全文
posted @ 2020-05-28 16:10 Jennyishere 阅读(6321) 评论(0) 推荐(0)