mirror of
https://github.com/grafana/grafana.git
synced 2026-08-19 01:34:54 -05:00
DataFrame: round trip metadata to arrow Table (#21277)
This commit is contained in:
@@ -20,7 +20,7 @@ const buildCjsPackage = ({ env }) => {
|
||||
globals: {},
|
||||
},
|
||||
],
|
||||
external: ['lodash'], // Use Lodash from grafana
|
||||
external: ['lodash', 'apache-arrow'], // Use Lodash & arrow from grafana
|
||||
plugins: [
|
||||
commonjs({
|
||||
include: /node_modules/,
|
||||
|
||||
Reference in New Issue
Block a user