We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Looks like the proxy is not working after I switch to another manifest, anyone facing the same problem?
rsbuild.config.ts
export default defineConfig({ plugins: [ pluginReact(), pluginModuleFederation({ name: 'host_app', remotes: { remote_app: 'remote_app@http://localhost:3001/mf-manifest.json', }, shared: ['react', 'react-dom'], }), ], server: { port: 3000, } });
https://github.com/WarnerHooh/mf-demo
pnpm
System: OS: macOS 14.6.1 CPU: (12) x64 Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz Memory: 329.93 MB / 16.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 18.20.3 - ~/.nvm/versions/node/v18.20.3/bin/node npm: 10.7.0 - ~/.nvm/versions/node/v18.20.3/bin/npm pnpm: 8.15.9 - ~/.nvm/versions/node/v18.20.3/bin/pnpm Browsers: Chrome: 131.0.6778.86 Edge: 131.0.2903.70 Safari: 17.6
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Looks like the proxy is not working after I switch to another manifest, anyone facing the same problem?
rsbuild.config.ts
Reproduction
https://github.com/WarnerHooh/mf-demo
Used Package Manager
pnpm
System Info
Validations
The text was updated successfully, but these errors were encountered: