Micro Frontends with Vite and Bit
Briefly

Since our solution is entirely component-based, our host app and micro frontend will also be maintained as independent Bit components.
To make our MFE dynamically loadable as an ES Module, we'll configure Vite to build it as a library with the 'es' format.
Read at Medium
[
add
]
[
|
|
]