digidem / leaflet-bing-layer

Bing Maps Layer for Leaflet v1.0.0
http://digidem.github.io/leaflet-bing-layer/
87 stars 53 forks source link

ESM Bundle #52

Open Fletch1 opened 4 years ago

Fletch1 commented 4 years ago

I have recently upgraded to Angular 10 and am receiving the error

WARNING in myComponent.ts depends on 'leaflet-bing-layer'. CommonJS or AMD dependencies can cause optimization bailouts. For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies

As per this stackOverflow post, please could you bundle as an ECMAScript module (ESM) bundle?

Thanks