sigma-geosistemas / Leaflet.awesome-markers

Colorful, iconic & retina-proof markers for Leaflet, based on the Font Awesome/Twitter Bootstrap icons.
MIT License
42 stars 20 forks source link

Publish a new version of NPM package containing recent fixes? #11

Closed w1ndy closed 6 years ago

w1ndy commented 7 years ago

It has been a while since last release. Important fixes like #6 were not included, making webpack unable to bundle the package correctly.

w1ndy commented 7 years ago

Temporary workaround for webpack:

{
  resolve: {
    alias: {
      'leaflet.awesome-markers$': 'leaflet.awesome-markers/dist/leaflet.awesome-markers.js'
    }
  }
}
AlexGreg commented 6 years ago

+1

we really need a new release for the package fix

AlexGreg commented 6 years ago

fixed with 2.0.5 release