Skip to content

Commit

Permalink
restore fix
Browse files Browse the repository at this point in the history
Signed-off-by: Xun Li <[email protected]>
  • Loading branch information
lixun910 committed Dec 21, 2023
1 parent 9ec9269 commit 174296d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@
"webpack-stats-plugin": "^0.2.1"
},
"resolutions": {
"apache-arrow": "^13.0.0",
"@loaders.gl/core": "^4.1.0-alpha.4",
"@loaders.gl/csv": "^4.1.0-alpha.4",
"@loaders.gl/gltf": "^4.1.0-alpha.4",
Expand Down
4 changes: 2 additions & 2 deletions webpack/shared-webpack-configuration.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ const resolveAlias = {
'styled-components': `${NODE_MODULES_DIR}/styled-components`,
'react-intl': `${NODE_MODULES_DIR}/react-intl`,
// Suppress useless warnings from react-date-picker's dep
'tiny-warning': `${SRC_DIR}/utils/src/noop.ts`
'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`
'apache-arrow': `${NODE_MODULES_DIR}/apache-arrow`
};

// add kepler.gl submodule aliases
Expand Down

0 comments on commit 174296d

Please sign in to comment.