Do not use hash for html.min.css

This commit is contained in:
Yukai Huang 2016-11-02 21:49:31 +08:00
parent f1f8846b0a
commit da9fe2b2b5
1 changed files with 1 additions and 1 deletions

View File

@ -28,6 +28,6 @@ module.exports = [Object.assign({}, baseConfig, {
filename: '[name].js'
},
plugins: [
new ExtractTextPlugin("html.min.[hash].css")
new ExtractTextPlugin("html.min.css")
]
}];