enhanced
enhanced copied to clipboard
Enhanced API for Module Federation
I am trying to use swr in my host component, but when I use ModuleFederationPlugin, I get an error “hooks can only be called inside of the body of a...
[](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....
Hi, I think your plugin is very useful. My only "problem" is that I would like to use with "remote_name@[window.REMOTE_URL]/remoteEntry.js" So my remotes applied "runtime". https://github.com/module-federation/external-remotes-plugin I appreciate if you...
Publish
hey @ScriptedAlchemy do you have a hint on when you gona publish the package for the plugin?
Chunk mappings should be embedded as a runtime module or exposed module inside the remote container itself
Can be seen as a simplification of the middleware. Provides an options to pass the remote values as an object that can: - add default async behavios - make it...
Like you've said _"promise new Promise is handy, but it would be great if one could compose"_ We can have async remotes with `promise new Promise` like: ```js promise new...
Workflow: 1. New github repo created. 2. Github action fires webhook to Aegis to create new remote 3. Aegis uses entry to compile new remote-entry. 4. Aegis imports federated modules...
Hi! Thank you so much for the awesome work you have done with module federation! I started using @module-federation/enhanced/runtime to load my remotes dynamically using init and loadRemote functions. Everything...