Paweł Gulbinowicz

Results 107 comments of Paweł Gulbinowicz

Yeah, if you could create a PR for that, I'm happy to merge it. My main concern is that we would have to maintain those scripts, but is should be...

Re.Pack doesn't use the default `devServer` (which under the hood runs `webpack-dev-server`). Due to the need to support multiple platforms ideally when running a single command we had to implement...

I don't have enough experience with Expo to answer your question. AFAIK as long as Expo needs the manifest to be served, a custom middleware must be injected. I don't...

> I don't really understand the subtleties between the way repack rebuilds bundles for HMR and just normal bundle rebuilds when you make changes and reload. Re.Pack doesn't really do...

1. Let's leave HMR disabled for now. 2. Source maps are built together with the code, so once there's a new version of the bundle available the source maps are...

To be precise it's under `next` tag: https://www.npmjs.com/package/@callstack/repack

@msvargas `RepackWebTargetPlugin` will not fix the problem. `ScriptManager` was never intended to runned in the browser, but given that it's used inside source code it would make sense to make...

Yes, `localhost` on Android points to the Android device itself. It's expected and we should be more clear about it in the docs.

The ETA for Module Federation is still unknown. We're focusing on Code Splitting in form of async chunks first, as the infrastructure for supporting async chunks and Module Federation is...