Skip to content

Commit

Permalink
Update mapbox module
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Duberstein committed Dec 2, 2019
1 parent 03704da commit 145cc93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/jupyter-widget/src/ssr-safe-mapbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ if (process.browser) {
__ssr_safe__mapboxgl = require('mapbox-gl');
}

export default __ssr_safe__mapboxgl;
module.exports = __ssr_safe__mapboxgl;

0 comments on commit 145cc93

Please sign in to comment.