joeldenning / coexisting-vue-microfrontends

A repo showing separate vue apps coexisting as microfrontends with single-spa
http://coexisting-vue-microfrontends.surge.sh/
MIT License
615 stars 143 forks source link

Support for IE 11. #33

Open junaid155 opened 4 years ago

junaid155 commented 4 years ago

Can we expect support for IE11 for coexisting-vue-microfrontend app ?

joeldenning commented 4 years ago

I don't have IE11 installed because I don't have windows. I also don't have any desire to boot up an IE11 vm to debug this.

My guess is that we're probably just a babel config change or polyfill away from things working in IE11. If you want support for IE11 in this example, feel free to submit a pull request that adds that.

joeldenning commented 4 years ago

Note that single-spa, systemjs, and single-spa-vue all support IE11. It's only the coexisting-vue-microfrontends repo, which is just a demo repo, that doesn't.