Skip to content

Commit 189bce2

Browse files
committed
fix maplibre source map by using minified bundle
1 parent ea22a09 commit 189bce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)