Add [hash] to filename of grafana.{light,dark}.css

This commit is contained in:
Tarek Becker
2018-11-01 21:43:07 +01:00
parent 28b0ae1d82
commit 4d4eb354b7
3 changed files with 3 additions and 3 deletions

View File

@ -71,7 +71,7 @@ module.exports = merge(common, {
plugins: [
new MiniCssExtractPlugin({
filename: "grafana.[name].css"
filename: "grafana.[name].[hash].css"
}),
new ngAnnotatePlugin(),
new HtmlWebpackPlugin({