mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 07:23:11 +08:00
Panel: fixed bug introduced in recent commit that caused blank title in optimized build, #1041
This commit is contained in:
@ -8,6 +8,7 @@ module.exports = function(config) {
|
||||
'app/directives/**/*.js',
|
||||
'app/services/**/*.js',
|
||||
'app/filters/**/*.js',
|
||||
'app/features/**/*.js',
|
||||
'app/panels/**/*.js',
|
||||
'app/routes/**/*.js',
|
||||
'plugins/**/*.js',
|
||||
|
Reference in New Issue
Block a user