mirror of
https://github.com/grafana/grafana.git
synced 2025-07-28 05:42:12 +08:00
Add [hash] to filename of grafana.{light,dark}.css
This commit is contained in:
@ -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'),
|
||||
|
Reference in New Issue
Block a user