Commit 24723cdb by Torkel Ödegaard

fix: fixed issue with optimized build, fixes #10333

parent 52f30f6f
import _ from 'lodash'; import _ from 'lodash';
import coreModule from 'app/core/core_module'; import coreModule from 'app/core/core_module';
import config from 'app/core/config'; import config from 'app/core/config';
// import pluginLoader from './plugin_loader';
import { importPluginModule } from './plugin_loader'; import { importPluginModule } from './plugin_loader';
export class DatasourceSrv { export class DatasourceSrv {
datasources: any; datasources: any;
/** @ngInject */
constructor(private $q, private $injector, $rootScope, private templateSrv) { constructor(private $q, private $injector, $rootScope, private templateSrv) {
this.init(); this.init();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment