webpack2利用插件clean-webpack-plugin来清除dist文件夹中重复的文件

配置文件以下css /** * Created by oufeng on 2017/5/6. */ const webpack = require('webpack'); const path = require('path'); const ExtractTextPlugin = require('extract-text-webpack-plugin'); module.exports
相关文章
相关标签/搜索