andrewvasilchuk / vue-lazy-youtube-video

Vue.js component for lazyloading YouTube videos.
MIT License
102 stars 22 forks source link

IE11 Support #32

Closed andrewcartwright1 closed 1 year ago

andrewcartwright1 commented 4 years ago

I've noticed that the package doesn't work on IE11. (2.3.0)

Been looking at the configs and can see that when running: tsconfig.prod.umd.json as the tsconfig in rollup.config.prod.js instead of tsconfig.prod.json it works fine.

Any chance for IE11 support out the box?

Thank you