Config webpack css hash in production

This commit is contained in:
Yukai Huang 2016-11-02 11:25:21 +08:00
parent cd5977cd5f
commit 971bfe29f8
3 changed files with 9 additions and 3 deletions

View file

@ -15,7 +15,6 @@ module.exports = {
"moment": "moment",
"Handlebars": "handlebars"
}),
new ExtractTextPlugin("[name].css"),
new webpack.optimize.CommonsChunkPlugin({
names: ["cover", "index", "pretty", "slide", "vendor"],
children: true,