mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 11:16:31 -05:00
Do not use hash for html.min.css
This commit is contained in:
parent
f1f8846b0a
commit
da9fe2b2b5
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||||
]
|
]
|
||||||
}];
|
}];
|
||||||
|
|
Loading…
Reference in a new issue