摘要: js文件和svg以及图片 module.exports = { chainWebpack: config = >{ const svgRule = config.module.rule('svg'); svgRule.uses.clear(); // 清除svg已有的所有 loader svg默认有 阅读全文
posted @ 2021-07-20 15:31 丁少华 阅读(2171) 评论(0) 推荐(0)