mirror of
https://github.com/grafana/grafana.git
synced 2025-07-28 10:52:17 +08:00
Load hash based styles in error.html, too
This commit is contained in:
@ -47,7 +47,7 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
test: /\.html$/,
|
||||
exclude: /index\.template.html/,
|
||||
exclude: /(index|error)\.template\.html/,
|
||||
use: [
|
||||
{ loader: 'ngtemplate-loader?relativeTo=' + (path.resolve(__dirname, '../../public')) + '&prefix=public' },
|
||||
{
|
||||
|
Reference in New Issue
Block a user