mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
CustomDatasource: fixed build optimization issue with custom datasources, Fixes #994
This commit is contained in:
@@ -10,6 +10,7 @@ module.exports = function(config) {
|
||||
'app/filters/**/*.js',
|
||||
'app/panels/**/*.js',
|
||||
'app/routes/**/*.js',
|
||||
'plugins/**/*.js',
|
||||
'app/app.js',
|
||||
'vendor/angular/**/*.js',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user