rintoj / ngx-virtual-scroller

Virtual Scroll displays a virtual, "infinite" list.
https://rintoj.github.io/ngx-virtual-scroller
MIT License
977 stars 293 forks source link

Upgrade @tween/tween dependency to use es6 modules #474

Open briananderson1222 opened 3 years ago

briananderson1222 commented 3 years ago

I didn't see any other posts in here but I am experiencing the following warning in Angular 10

node_modules/ngx-virtual-scroller/__ivy_ngcc__/fesm2015/ngx-virtual-scroller.js depends on '@tweenjs/tween.js'. CommonJS or AMD dependencies can cause optimization bailouts.

I don't know a lot about this libraries usage of @tween/tween but quickly looking at that repo looked like there is a es6 module version available. Any thoughts about moving towards that?

ciriousjoker commented 3 years ago

Is this package even maintained anymore? It's been more than half a year with multiple open pull requests all the way back to 2019...