mirror of
https://github.com/status-im/codimd.git
synced 2025-01-11 16:04:37 +00:00
Do not use hash for html.min.css
This commit is contained in:
parent
f1f8846b0a
commit
da9fe2b2b5
@ -28,6 +28,6 @@ module.exports = [Object.assign({}, baseConfig, {
|
||||
filename: '[name].js'
|
||||
},
|
||||
plugins: [
|
||||
new ExtractTextPlugin("html.min.[hash].css")
|
||||
new ExtractTextPlugin("html.min.css")
|
||||
]
|
||||
}];
|
||||
|
Loading…
x
Reference in New Issue
Block a user