mirror of
https://github.com/grafana/grafana.git
synced 2025-01-15 11:12:50 -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: {},
|
globals: {},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
external: ['lodash', 'apache-arrow'], // Use Lodash & arrow from grafana
|
external: ['lodash', 'rxjs', 'apache-arrow'], // Use Lodash, rxjs & arrow from grafana
|
||||||
plugins: [
|
plugins: [
|
||||||
json({
|
json({
|
||||||
include: ['../../node_modules/moment-timezone/data/packed/latest.json'],
|
include: ['../../node_modules/moment-timezone/data/packed/latest.json'],
|
||||||
|
Loading…
Reference in New Issue
Block a user