repack
repack copied to clipboard
A Webpack-based toolkit to build your React Native application with full support of Webpack ecosystem.
### Describe the bug In some situation, for example network failed when loading a script, The failed script is cached. ### System Info ```shell repack 4.3.3 react-native 75.4 ``` ###...
### Describe the bug Hi, I'm trying to create MFE application for mobile and web as well. While creating facing following issue. Anybody face this kind of issue earlier. ![shared...
### Summary This PR introduces support for the TUI 'j' interaction and implementations of this interaction for Webpack & Rspack. It also refactors code in `setupInteractions.ts` to properly warn about...
### Description Currently there's no way to reload the mini app if fetching fails due to network failure or any other type of failure ## My Mini App ```javascript const...
### Describe the bug I have to update my project from react-native: `0.71.19` to `0.74.5`. I used template `super-app-showcase` . Because the Android Play Store requires the app to be...
### Summary ### Test plan
### Summary Resolves https://github.com/callstack/repack/discussions/1178 ### Test plan
### Summary To prevent incompatibilities with cutting-edge versions of `react-native` and creating broken projects, `@callstack/repack-init` is now locked onto explicitly stated latest supported version of `react-native`. ### Test plan -...
### Summary Add `react-native` to `byDependency` in `getResolveOptions`. This fixes an issue with importing `react-strict-dom` when `enablePackageExports` is on. (Turning on `enablePackageExports` is what `react-strict-dom` recommends, and is the new...
### Describe the bug I’m trying to build the release version using Repack. The build completes successfully, but when I try to run the app, I get an error like...