Merge branch 'master' into backend

This commit is contained in:
Alexander Zobnin
2020-01-16 12:21:22 +03:00
9 changed files with 486 additions and 425 deletions

View File

@@ -27,8 +27,8 @@ module.exports = {
},
externals: [
// remove the line below if you don't want to use builtin versions
'jquery', 'lodash', 'moment', 'angular',
'react', 'react-dom', '@grafana/ui', '@grafana/runtime','@grafana/data',
'jquery', 'lodash', 'moment', 'angular', 'emotion',
'react', 'react-dom', '@grafana/ui', '@grafana/data',
function (context, request, callback) {
var prefix = 'grafana/';
if (request.indexOf(prefix) === 0) {