add typings for grafana packages

This commit is contained in:
Alexander Zobnin
2019-10-09 14:10:44 +03:00
parent a652eafc46
commit ca50d0db98
3 changed files with 1094 additions and 16 deletions

View File

@@ -28,7 +28,7 @@ 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',
'react', 'react-dom', '@grafana/ui', '@grafana/data',
function (context, request, callback) {
var prefix = 'grafana/';
if (request.indexOf(prefix) === 0) {