Skip to content

Commit

Permalink
update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
lixun910 committed Jan 9, 2025
1 parent 979aa24 commit 6891175
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions webpack/shared-webpack-configuration.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ const resolveAlias = {
'tiny-warning': `${SRC_DIR}/utils/src/noop.ts`,
// kepler.gl and loaders.gl need to use same apache-arrow
'apache-arrow': `${NODE_MODULES_DIR}/apache-arrow`
// openassistant needs to be resolved from same node_modules
// '@openassistant/*': `${NODE_MODULES_DIR}/@openassistant`
};

// add kepler.gl submodule aliases
Expand Down
2 changes: 0 additions & 2 deletions website/esbuild.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ const RESOLVE_LOCAL_ALIASES = {
'react-intl': `${NODE_MODULES_DIR}/react-intl`,
'tiny-warning': `${SRC_DIR}/utils/src/noop.ts`,
'apache-arrow': `${NODE_MODULES_DIR}/apache-arrow`,
// '@openassistant/*': `${NODE_MODULES_DIR}/@openassistant/*`,
echarts: `${NODE_MODULES_DIR}/echarts`
};

const config = {
Expand Down

0 comments on commit 6891175

Please sign in to comment.