From b28b13ba7a52e159e7ccb25bd66f251f4898061c Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Thu, 16 Jan 2020 12:50:26 +0300 Subject: [PATCH] exclude @grafana/runtime from build --- webpack/webpack.base.conf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack/webpack.base.conf.js b/webpack/webpack.base.conf.js index ded1c67..9526fd9 100644 --- a/webpack/webpack.base.conf.js +++ b/webpack/webpack.base.conf.js @@ -28,7 +28,7 @@ module.exports = { externals: [ // remove the line below if you don't want to use builtin versions 'jquery', 'lodash', 'moment', 'angular', 'emotion', - 'react', 'react-dom', '@grafana/ui', '@grafana/data', + 'react', 'react-dom', '@grafana/ui', '@grafana/data', '@grafana/runtime', function (context, request, callback) { var prefix = 'grafana/'; if (request.indexOf(prefix) === 0) {