Skip to content

Commit 23c863c

Browse files
committed
require unminified mapbox-gl
1 parent 8c5b725 commit 23c863c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: src/plots/mapbox/index.js

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

3-
var mapboxgl = require('mapbox-gl');
3+
var mapboxgl = require('mapbox-gl/dist/mapbox-gl-unminified');
44

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

Diff for: src/plots/mapbox/mapbox.js

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

3-
var mapboxgl = require('mapbox-gl');
3+
var mapboxgl = require('mapbox-gl/dist/mapbox-gl-unminified');
44

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

0 commit comments

Comments
 (0)