File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,6 @@ const resolveAlias = {
18
18
'tiny-warning' : `${ SRC_DIR } /utils/src/noop.ts` ,
19
19
// kepler.gl and loaders.gl need to use same apache-arrow
20
20
'apache-arrow' : `${ NODE_MODULES_DIR } /apache-arrow`
21
- // openassistant needs to be resolved from same node_modules
22
- // '@openassistant/*': `${NODE_MODULES_DIR}/@openassistant `
23
21
} ;
24
22
25
23
// add kepler.gl submodule aliases
Original file line number Diff line number Diff line change @@ -23,8 +23,6 @@ const RESOLVE_LOCAL_ALIASES = {
23
23
'react-intl' : `${ NODE_MODULES_DIR } /react-intl` ,
24
24
'tiny-warning' : `${ SRC_DIR } /utils/src/noop.ts` ,
25
25
'apache-arrow' : `${ NODE_MODULES_DIR } /apache-arrow` ,
26
- // '@openassistant/*': `${NODE_MODULES_DIR}/@openassistant /*`,
27
- echarts : `${ NODE_MODULES_DIR } /echarts`
28
26
} ;
29
27
30
28
const config = {
You can’t perform that action at this time.
0 commit comments