repack
                                
                                 repack copied to clipboard
                                
                                    repack copied to clipboard
                            
                            
                            
                        A Webpack-based toolkit to build your React Native application with full support of Webpack ecosystem.
### Summary Allows creating JSON files of compilation stats that can be analyzed with https://statoscope.tech/ Command-line argumes take precedence over options in `webpack.config.js` Copied behavior from webpack-cli: https://github.com/webpack/webpack-cli/blob/26ba6a82e7bc596e7fe48db9028f79e65e8131bc/packages/webpack-cli/src/webpack-cli.ts#L2291-L2299 Based on...
## Environment `"@callstack/repack": "^2.5.2"` `"react-native": "0.68.1"` ## Description I'm using Callstacks repack to build a bunch of widget apps which will be exposed as components and a rendered on the...
## Environment - Production ## Description - I deploy mini app to my server, export to url "http://mobile-app-02.oneat.org/app1.container.bundle?platform=ios" . I can load bundle when access to url by browser but...
## Description I don't know if it's related or not (the latest one is), but I started having bugs about cache not being found in the aaRmetadata task. After doing...
## Environment Monorepo project - packages/ - common - mobile - system-ui ## Description I am using the module federation plugin (repack v3-next7.0) and the application runs successfully, but when...
## Repack and Module Federation https://github.com/zamotany/module-federation-repack 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...
## Describe the feature I have recently redesigned module federation and introduced the concept of runtime plugins, while they have many uses - i think the new runtime could be...
## Ask your Question I am using repack and I am not absolutely sure how repack works with code signing. When i add the below configurations to Webpack config my...
## Describe the feature In React Native Community CLI recently we allowed to override existing commands from `react-native.config.js`: https://github.com/react-native-community/cli/pull/2229. ## Motivation When running `run-ios` and `run-android` we're executing `node /path/to/cli...
I'm having a failure when executing the application build in Xcode 15, I installed the pods correctly but I don't know why this happens, I have another project and everything...