Arrow: move arrow support from frontend to backend only (#32575)

This commit is contained in:
Ryan McKinley
2021-04-01 10:30:08 -07:00
committed by GitHub
parent 8793f5c7f8
commit c7ea96940a
18 changed files with 158 additions and 979 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ const buildCjsPackage = ({ env }) => {
globals: {},
},
],
external: ['lodash', 'rxjs', 'apache-arrow'], // Use Lodash, rxjs & arrow from grafana
external: ['lodash', 'rxjs'], // Use Lodash, rxjs from grafana
plugins: [
json({
include: ['../../node_modules/moment-timezone/data/packed/latest.json'],