You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using NPM to install and have noticed that your main field is pointing to a non-existent file (index.js) so it's not possible to install via the shorthand import leaflet.awesome-markers; this import leaflet.awesome-markers/dist/leaflet.awesome-markers is fine though.
I've updated the field locally to main: dist/leaflet.awesome-markers.js and all works as expected. Thanks again.
The text was updated successfully, but these errors were encountered:
Thanks for this plugin, works really nicely.
I'm using NPM to install and have noticed that your main field is pointing to a non-existent file (index.js) so it's not possible to install via the shorthand
import leaflet.awesome-markers;
thisimport leaflet.awesome-markers/dist/leaflet.awesome-markers
is fine though.I've updated the field locally to
main: dist/leaflet.awesome-markers.js
and all works as expected. Thanks again.The text was updated successfully, but these errors were encountered: