repack
repack copied to clipboard
A Webpack-based toolkit to build your React Native application with full support of Webpack ecosystem.
fixes #247
## Ask your Question Is there a config by which we can serve the local chunk first and then check the new version of chunks and download it in the...
## Environment "react": "18.1.0", "react-native": "0.70.1", "@callstack/repack": "3.0.0", host> react-native info System: OS: Linux 5.15 Ubuntu 20.04.3 LTS (Focal Fossa) CPU: (8) x64 Intel(R) Xeon(R) CPU E5-1620 0 @ 3.60GHz...
I try to open this link (https://re-pack.netlify.app/docs/migration-guides/repack-v2-to-v3/) and it's not there yet it seems ?
like this: ```js module.exports = { //... optimization: { splitChunks: { cacheGroups: { vendor: { test: /[\\/]node_modules[\\/](react|react-dom)[\\/]/, name: 'vendor', chunks: 'all', }, }, }, }, }; ```
Currently there's a serious problem on windows, which took me hours to track down and do a local fix **tl;dr**: made the issue to create a PR fixing this. The...
## Ask your Question I'm getting this error when the host app tries to load an app bundle running on port 9000. Can any one advise
Hi, I'm building a new React framework called "Repack". The name would clash with your project. So I wanted to reach out about this. The way I see it is...
I don't really want or need code splitting or module federation. I'm only interested in a more configurable bundler and better dev experience. Will repack's webpack config work without the...
/app/appa/node_modules/@callstack/repack/android/src/main/java/com/callstack/repack/RemoteChunkLoader.kt: (124, 18): Unresolved reference: deleteRecursively FAILURE: Build completed with 2 failures. 1: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':callstack_repack:compileDebugKotlin'. > Compilation...