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

@ -80,7 +80,7 @@ module.exports = merge(common, {
plugins: [
new CleanWebpackPlugin('../../public/build', { allowExternal: true }),
new MiniCssExtractPlugin({
filename: "grafana.[name].css"
filename: "grafana.[name].[hash].css"
}),
new HtmlWebpackPlugin({
filename: path.resolve(__dirname, '../../public/views/index.html'),