mirror of
https://github.com/apache/superset.git
synced 2026-05-06 16:34:32 +00:00
chore(frontend): dedupe package-lock to hoist maplibre-gl
The merge regenerated the lockfile via npm install --legacy-peer-deps, which left maplibre-gl only installed inside the deck.gl and plugin-chart-point-cluster-map workspace node_modules. Webpack imports @vis.gl/react-maplibre from the root, so it could not resolve maplibre-gl and the production build failed with two "Module not found: Can't resolve 'maplibre-gl'" errors. Run npm dedupe so maplibre-gl is hoisted to the root node_modules, matching how master resolves it.
This commit is contained in:
8276
superset-frontend/package-lock.json
generated
8276
superset-frontend/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user