calvinmetcalf / shapefile-js

Convert a Shapefile to GeoJSON. Not many caveats.
http://calvinmetcalf.github.io/shapefile-js/
734 stars 229 forks source link

Adds .js extension to imports for Webpack 5 #209

Closed Fabioomega closed 4 months ago

Fabioomega commented 5 months ago

Webpack 5 doesn't seem to like non-qualified imports so I just added the .js extension to some imports.

Thank you for your amazing lib!