Skip to content

Commit

Permalink
Fix bundling issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gberaudo committed Dec 18, 2020
1 parent aaf0fb2 commit b3da3cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/download.js
@@ -1,4 +1,4 @@
import JSZip from 'jszip';
import JSZip from 'jszip/dist/jszip.js';
import {coordinatesToBbox, areBboxIntersectings, filterCsvString} from './utils.js';


Expand Down

0 comments on commit b3da3cd

Please sign in to comment.