googlemaps / js-api-loader

Load the Google Maps JavaScript API script dynamically.
Apache License 2.0
347 stars 64 forks source link

fix: revert changing to package type "module" #826

Closed usefulthink closed 7 months ago

usefulthink commented 7 months ago

in #812 the package type was accidentally changed to "module" which leads to all sorts of problems. This is reverted and config-files that are already in esm-format are renamed to .mjs to continue working.

Fixes #825