grafana/data: do not bundle rxjs (#26039)

(cherry picked from commit b7792de16d)
This commit is contained in:
Ryan McKinley
2020-07-13 14:41:21 +02:00
committed by Andrej Ocenas
parent 0b109a1637
commit aa1cdf0a20
+1 -1
View File
@@ -21,7 +21,7 @@ const buildCjsPackage = ({ env }) => {
globals: {},
},
],
external: ['lodash', 'apache-arrow'], // Use Lodash & arrow from grafana
external: ['lodash', 'rxjs', 'apache-arrow'], // Use Lodash, rxjs & arrow from grafana
plugins: [
json({
include: ['../../node_modules/moment-timezone/data/packed/latest.json'],