-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: v1.0.0 #34
feat: v1.0.0 #34
Conversation
* fix: tsconfig * fix: issues 2 3 * feat: rust demo build and preview --------- Co-authored-by: 张洪恩 <[email protected]>
Co-authored-by: Sergey Melukov <[email protected]>
* fix: Ensure @module-federation/runtime singleton * fix: build preview --------- Co-authored-by: 张洪恩 <[email protected]>
We can test the package with this alpha version |
@gioboa can we enable |
I made a simple repro to test this case. Will try to commit that later. But gist of it I added another remote with
and
When running this remote on its own all works fine. But when I try to run it from another host via MF I get the same error
|
Co-authored-by: 张洪恩 <[email protected]>
* feat: shared slash * feat: shared slash * feat: preview examples * feat: remove an-empty-js-file * fix: remove console * optimization: reduce dev mode page reload * Optimize code and comments * fix: 64 * fix: only slash --------- Co-authored-by: 张洪恩 <[email protected]>
I'm excited to see this version 1.0.0 released. Thank you for this initiative. |
About 10 issues have been resolved in the past month, and there is only one bug #68 left which will be fixed soon |
We are building a new alpha release after every fix too. You can use that if you want https://www.npmjs.com/package/@module-federation/vite/v/1.0.0-alpha-661e052?activeTab=versions |
Co-authored-by: 张洪恩 <[email protected]>
* Add Nuxt host example * Gitignore generated .__mf__win folder --------- Co-authored-by: David Sellén <[email protected]> Co-authored-by: David Sellén <[email protected]>
* fix: #78 * Update src/utils/normalizeOptimizeDeps.ts Co-authored-by: Sergey Melyukov <[email protected]> --------- Co-authored-by: 张洪恩 <[email protected]> Co-authored-by: Sergey Melyukov <[email protected]>
Co-authored-by: 张洪恩 <[email protected]>
* fix: Remote virtual module path * examples: nuxt(Unfinished) * feat: mf-manifest; Register remote on demand * doc: roadmap * doc: npm url * Delete src/utils/getLocalSharedImportMap_windows.ts --------- Co-authored-by: 张洪恩 <[email protected]>
This implementation is so great and it's working fine. I'll merge this PR inside main. |
features: