single-spa / single-spa-playground

A website that helps you set up single-spa
http://single-spa-playground.org
MIT License
39 stars 10 forks source link

Allow for using native modules instead of SystemJS #37

Closed joeldenning closed 3 years ago

joeldenning commented 3 years ago

With things like vite, snowpack, and jspm, I think it's time that single-spa-playground allows you to use import() instead of System.import() to load the microfrontends. Notice the new module loader question:

image

joeldenning commented 3 years ago

I'm merging this now so that I can demo Vite in single-spa-playground. However, please leave any comments / feedback on this PR and I'll come back and create a new PR to address feedback.