single-spa / single-spa-vue

a single-spa plugin for vue.js applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to handle modern mode?

telmaantunes opened this issue · comments

Vue includes the modern mode, which produces two versions of our app: one modern bundle targeting modern browsers that support ES modules, and one legacy bundle targeting older browsers that do not. Then, it handles which one to load on the index.html file.

With single-spa, should I still worry about the legacy bundle?

Thanks!

Closing due to inactivity. Feel free to re-open the issue if question is still relevant.