webpack4.0中css文件抽离plugins

webpack3.0中css文件抽离出来使用的是 require("extract-text-webpack-plugin"); 而: webpack4.0中css文件抽离出来使用的是 require("mini-css-extract-plugin");
相关文章
相关标签/搜索