allenhwkim / angularjs-google-maps

The Simplest AngularJS Google Maps V3 Directive
http://ngmap.github.io
MIT License
1.52k stars 516 forks source link

CommonJS support #801

Closed EnzoIntiso closed 7 years ago

DanielaValero commented 7 years ago

Super +1 for this PR. When using this library with bundlers like webpack, being able to import the library is quite important. In the past I've seen that UMD support was added, however, in order to be able to import the library to a file, the main file needs to be available in the package.json.

I hope it gets merged soon