ankurk91 / vue-loading-overlay

Vue.js component for full screen loading indicator :cyclone:
https://ankurk91.github.io/vue-loading-overlay/
MIT License
1.25k stars 102 forks source link

Version 3.3.3 changes to .babelrc kills IE11 #57

Closed reidkornman closed 4 years ago

reidkornman commented 4 years ago

I noticed there were no notes for this release, but browsing your commits for that release, I see you updated the babelrc file and it seems like you marked IE as a dead browser, which effectively makes code stop working in IE11. Is that intended? If yes, it should be noted in the release notes as a breaking change.

https://github.com/ankurk91/vue-loading-overlay/commit/ea205e0fdc639accdad6b011409dc7c35f0d8a98

reidkornman commented 4 years ago

Nevermind - modern browser was the intended support only.

reidkornman commented 4 years ago

Thank you @ankurk91 for fixing this undocumented IE11 support. Much appreciated <3