marker-io / browser-sdk

Marker.io browser SDK
MIT License
8 stars 8 forks source link

Upgrade to ES6 #5

Closed tremby closed 2 years ago

tremby commented 2 years ago

This small change allows this package to be dynamically loaded via the ES6 dynamic import statement.

At present, with it only available as CommonJS, I need to be using a bundler to use this package. My project is too small to need a bundler, and I don't want to set one up just for this tiny package.

olivierkaisin commented 2 years ago

Thanks for suggesting this 🚀 merging it.