mirror of
https://github.com/grafana/grafana.git
synced 2025-07-28 17:32:12 +08:00
Load hash based styles in error.html, too
This commit is contained in:
@ -82,6 +82,11 @@ module.exports = merge(common, {
|
||||
new MiniCssExtractPlugin({
|
||||
filename: "grafana.[name].[hash].css"
|
||||
}),
|
||||
new HtmlWebpackPlugin({
|
||||
filename: path.resolve(__dirname, '../../public/views/error.html'),
|
||||
template: path.resolve(__dirname, '../../public/views/error.template.html'),
|
||||
inject: 'false',
|
||||
}),
|
||||
new HtmlWebpackPlugin({
|
||||
filename: path.resolve(__dirname, '../../public/views/index.html'),
|
||||
template: path.resolve(__dirname, '../../public/views/index.template.html'),
|
||||
|
Reference in New Issue
Block a user