module-federation-repack icon indicating copy to clipboard operation
module-federation-repack copied to clipboard

Results 11 module-federation-repack issues
Sort by recently updated
recently updated
newest added

Hello, We are using following command to create production bundles (container and chunk bundles). Then we load these bundles, as remote bundles, but they fails to load and we are...

I have a problem with using Navigation, if in App.js of app1 or app2 I insert: import { createNativeStackNavigator } from '@react-navigation/native-stack'; the app loops into Loading. No error message,...

I checked this project for understanding react native module federation implementation how can i use `navigation.navigate('another page')`. is there any way ??

Is this possible? When I try I cannot get past the error: ``` Shared module is not available for eager consumption: webpack/sharing/consume.default/react-native/react-native ```

I needed to patch this in order to get known remotes working and sync imports working. Patch here: https://github.com/tom-sherman/module-federation-repack/blob/466d5fddcb22391c380ebbe5b4583415c311721d/host/patches/%40callstack%2Brepack%2B2.5.1.patch From what I could see when the runtime tries to reload...

If I try to use `remotes` and `import()` to reference federated modules I receive the following error: ``` Shared module is not available for eager consumption: webpack/sharing/consume/default/react/react?6273 Error: Shared module...

I want to be able to federate a module from another federated module, so the graph looks a little like this: ```mermaid graph LR subgraph app2 App2["App.js"] SomeModule.js end subgraph...

I see it's disabled right now, enabling it works for the host app but not the remotes. Is this expected? Is there a way to get it to work?

If I want generate a .apk with one or two projects in same apk? How implement a local chunk?

``` yarn --cwd app1 && yarn --cwd app2 && yarn --cwd host STANDALONE=1 yarn --cwd app1 start ``` ``` MacBook-Pro:module-federation-repack xxx$ yarn --cwd app1 android yarn run v1.22.19 $ react-native...