mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 23:53:10 +08:00
Add [hash] to filename of grafana.{light,dark}.css
This commit is contained in:
@ -71,7 +71,7 @@ module.exports = merge(common, {
|
||||
|
||||
plugins: [
|
||||
new MiniCssExtractPlugin({
|
||||
filename: "grafana.[name].css"
|
||||
filename: "grafana.[name].[hash].css"
|
||||
}),
|
||||
new ngAnnotatePlugin(),
|
||||
new HtmlWebpackPlugin({
|
||||
|
Reference in New Issue
Block a user