mirror of
https://github.com/grafana/grafana.git
synced 2025-07-28 11:02:23 +08:00
fix for issue with error view in production builds
This commit is contained in:
@ -85,7 +85,7 @@ module.exports = merge(common, {
|
||||
new HtmlWebpackPlugin({
|
||||
filename: path.resolve(__dirname, '../../public/views/error.html'),
|
||||
template: path.resolve(__dirname, '../../public/views/error-template.html'),
|
||||
inject: 'false',
|
||||
inject: false,
|
||||
}),
|
||||
new HtmlWebpackPlugin({
|
||||
filename: path.resolve(__dirname, '../../public/views/index.html'),
|
||||
|
Reference in New Issue
Block a user