Skip to content

Commit 9269219

Browse files
authored
Merge pull request #7204 from plotly/fix7161-mablibre-sourcemap
Fix `mablibre` source map
2 parents b48081b + 7643b5f commit 9269219

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

draftlogs/7204_fix.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Fix mablibre source map [[#7204](https://github.com/plotly/plotly.js/pull/7204)]

src/plots/map/map.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22

3-
var maplibregl = require('maplibre-gl/dist/maplibre-gl-unminified');
3+
var maplibregl = require('maplibre-gl');
44

55
var Lib = require('../../lib');
66
var geoUtils = require('../../lib/geo_location_utils');

0 commit comments

Comments
 (0)