Skip to content

Commit

Permalink
require unminified mapbox-gl
Browse files Browse the repository at this point in the history
  • Loading branch information
archmoj committed Jan 28, 2021
1 parent 8c5b725 commit 23c863c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/plots/mapbox/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

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

var Lib = require('../../lib');
var strTranslate = Lib.strTranslate;
Expand Down
2 changes: 1 addition & 1 deletion src/plots/mapbox/mapbox.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

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

var Lib = require('../../lib');
var geoUtils = require('../../lib/geo_location_utils');
Expand Down

0 comments on commit 23c863c

Please sign in to comment.