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

View file

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