vite
vite copied to clipboard
Vite Plugin for Module Federation
I'm trying to set up a minimal setup to test using this for work, but something seems wrong, as the dev server just crashes immediately as you load the site...
I look for the projects @gioboa is providing in the github, but all the projects you put all dependecies in "devDependecies" for the project work, e.g: https://github.com/gioboa/react-microfrontends-spotify/blob/main/host/package.json Is the same...
This module federation plugin works well when **both** remote and host apps are built using **vite**. However, I didn't find a way to expose sharable components using module federation to...
Hello and thank you again for this plugin. We spoke a bit in this [issue](https://github.com/module-federation/vite/issues/4#issuecomment-1814972494) and I am working on implementing the plugin for both host and remote (no webpack)....
I am build a remote component using this plugin. When I add as a dependency `@adyen/adyen-web` (which should be part of the bundle) I get the following issue: ``` >...
I was wondering if this plugin supports dynamic remote paths loaded from an api.
Some [examples](https://github.com/module-federation/core/blob/60be41eccf8cd6481e0aa7b633b095f60dfa2166/packages/nextjs-mf/README.md?plain=1#L84) show using dependencies ending with `/`, but when I try the same here I get error: ``` error when starting dev server: Error: Missing "./" specifier in "react"...
features: - based on Module Federation 2 via @module-federation/runtime library
new version of module federation runtime been released https://github.com/module-federation/core/blob/main/packages/runtime/CHANGELOG.md ``` Minor Changes f2f02c9: provide users to mark shared module as loaded Patch Changes a6e2bed: fix: add attrs option to createLink...
How to reproduce: 1. run host with `vite preview` 2. run remote with `vite dev` 3. open host on localhost:5175 4. see error ``` AgGridDemo.jsx:1 Uncaught Error: @vitejs/plugin-react can't detect...