joeldenning / vite-single-spa-example

MIT License
63 stars 25 forks source link

fix #13 and update needed dependencies #15

Open jones1008 opened 2 years ago

jones1008 commented 2 years ago

fixes #13

Also updates needed dependencies for this to work:

leonardoinstaleap commented 2 years ago

@jones1008 how you deploy to prod for example S3?

jones1008 commented 2 years ago

I have not thought about deploying... I actually ended up using Vue.js with webpack again since the support for Vite wasn't enough :/ Maybe it will be easier in the future when Vite is be shifting the prod bundles to ES Modules too(?). More info on that: https://laurentcazanove.com/articles/state-of-vue-2022-amsterdam-recap/#a-note-on-vite-3 and https://github.com/vitejs/vite/pull/8178