Commit b7792de1 by Ryan McKinley Committed by GitHub

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

parent 02a46a5d
...@@ -21,7 +21,7 @@ const buildCjsPackage = ({ env }) => { ...@@ -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'],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment