短期维护下面这种直接排除: vue.config.js文件: module.exports = { chainWebpack: config => { config.module .rule('js') .exclude .add(/src\/components\/custom-editor\/build/) } }
阅读量:1
点赞量:0