Wykks / ngx-mapbox-gl

Angular binding of mapbox-gl-js
https://wykks.github.io/ngx-mapbox-gl
MIT License
344 stars 138 forks source link

High versions lead to incomplete core-js compilation. #144

Closed CharlesYuCH closed 5 years ago

CharlesYuCH commented 5 years ago

I used "ngx-mapbox-gl"( v3.x.x ) in my project ( Angular7, build by Angular-Cli ) . But in the compiled "vendor.js" file, "/node_modules/kdbush/src/index.js" was not compiled into ES5. I've checked "polyfills.ts" and it's okay. All files except "kdbush" can be compiled correctly. Is IE not supported in higher versions?

CharlesYuCH commented 5 years ago

Thank you! Your description is clearer than mine. I will close this issue and keep an eye on the progress of #147.