摘要: 全局变量 { "jest": { "globals": { "a": "1" } } } 阅读全文
posted @ 2021-09-02 16:04 Running00 阅读(22) 评论(0) 推荐(0) 编辑
摘要: 这里是root参数不准确导致的,可以通过如下配置解决这个问题 new CleanWebpackPlugin(['dist'], { root: path.resolve(__dirname, '../'), //根目录 //其他配置按需求添加 }) 阅读全文
posted @ 2021-09-02 14:07 Running00 阅读(40) 评论(0) 推荐(0) 编辑
摘要: NormalModuleReplacementPlugin’插件,打包时动态替换资源 https://blog.csdn.net/qq_35081500/article/details/113920981 阅读全文
posted @ 2021-09-02 13:20 Running00 阅读(10) 评论(0) 推荐(0) 编辑