You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sorry about this misunderstanding, the producer example suppose to require webpack but instead it requires mf-rspack type
import { MfReact } from '@frontend/module-federation.react.apps-types.mf-rspack';
I don't know if this is the problem that resulted in
Could not load content for webpack://producer/remote-scope/react/producer/button.tsx (Fetch through target failed: Unsupported URL scheme; Fallback: HTTP error: status code 404, net::ERR_UNKNOWN_URL_SCHEME)
when i try to bit run it i found in debug panel source tab, with button.tsx was not being loaded
Describe the bug
module-ferderation-webpack example required rs-pack dependency
The text was updated successfully, but these errors were encountered: