[Build] use MiniCssExtractPlugin instead of ExtractTextPlugin (#936)

This commit is contained in:
neverland
2018-04-25 15:36:55 +08:00
committed by GitHub
parent 7714065a3e
commit 7bdce04268
5 changed files with 38 additions and 51 deletions
+2 -2
View File
@@ -14,13 +14,13 @@
},
"license": "MIT",
"devDependencies": {
"autoprefixer": "^7.1.4",
"autoprefixer": "^8.3.0",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.9.0",
"gulp-iconfont": "^9.0.2",
"gulp-iconfont-css": "^2.1.0",
"gulp-postcss": "^7.0.0",
"md5-file": "^3.2.3",
"md5-file": "^4.0.0",
"postcss-easy-import": "^3.0.0",
"precss": "^2.0.0"
}