Skip to content

Commit 6891175

Browse files
committed
update build script
1 parent 979aa24 commit 6891175

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

webpack/shared-webpack-configuration.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ const resolveAlias = {
1818
'tiny-warning': `${SRC_DIR}/utils/src/noop.ts`,
1919
// kepler.gl and loaders.gl need to use same apache-arrow
2020
'apache-arrow': `${NODE_MODULES_DIR}/apache-arrow`
21-
// openassistant needs to be resolved from same node_modules
22-
// '@openassistant/*': `${NODE_MODULES_DIR}/@openassistant`
2321
};
2422

2523
// add kepler.gl submodule aliases

website/esbuild.config.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ const RESOLVE_LOCAL_ALIASES = {
2323
'react-intl': `${NODE_MODULES_DIR}/react-intl`,
2424
'tiny-warning': `${SRC_DIR}/utils/src/noop.ts`,
2525
'apache-arrow': `${NODE_MODULES_DIR}/apache-arrow`,
26-
// '@openassistant/*': `${NODE_MODULES_DIR}/@openassistant/*`,
27-
echarts: `${NODE_MODULES_DIR}/echarts`
2826
};
2927

3028
const config = {

0 commit comments

Comments
 (0)