mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 22:49:25 +08:00
fixed to template PR issues, #13938
This commit is contained in:
@ -47,7 +47,7 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
test: /\.html$/,
|
||||
exclude: /(index|error)\.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