mirror of
https://github.com/grafana/grafana.git
synced 2025-09-17 23:54:05 +08:00
Arrow: move arrow support from frontend to backend only (#32575)
This commit is contained in:
@ -24,15 +24,7 @@ function shouldExclude(filename) {
|
||||
return false;
|
||||
}
|
||||
|
||||
const packagesToProcessbyBabel = [
|
||||
'debug',
|
||||
'lru-cache',
|
||||
'yallist',
|
||||
'apache-arrow',
|
||||
'react-hook-form',
|
||||
'rc-trigger',
|
||||
'monaco-editor',
|
||||
];
|
||||
const packagesToProcessbyBabel = ['debug', 'lru-cache', 'yallist', 'react-hook-form', 'rc-trigger', 'monaco-editor'];
|
||||
for (const package of packagesToProcessbyBabel) {
|
||||
if (filename.indexOf(`node_modules/${package}`) > 0) {
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user