mirror of
https://github.com/grafana/grafana.git
synced 2024-12-28 01:41:24 -06:00
grafana/data: do not bundle rxjs (#26039)
This commit is contained in:
parent
02a46a5d61
commit
b7792de16d
@ -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'],
|
||||
|
Loading…
Reference in New Issue
Block a user