Jakub Romańczyk

Results 229 comments of Jakub Romańczyk

could be viable to copy what `rspack` is doing: https://www.rspack.dev/config.html#type-checking

hi @mikeFromUDig I don't have access to a Windows machine atm, but I have an idea what might be happening, can you try doing the following: In `webpack.config` please replace...

@mikeFromUDig @vinhmdev @peterbd found the root issue. to resolve the error in question please adjust the path of `@callstack/repack` inside of `module.rules` in `webpack.config.mjs` like this: ```diff diff --git a/templates/webpack.config.mjs...

While working on https://github.com/callstack/repack/pull/378 there were no issues with running remote hermes chunks on either `iOS` or `android`. I believe this bug was fixed a while back when developing integrated...

Closing as this issue was fixed in `3.5.0`

Closing as the issue became stale, and answer was provided.

reopening this as this is still relevant

I see two ways we can move forward with this: 1. Considering we now have `@callstack/repack-init` it might be feasible to edit project configuration files for `iOS` and `android` and...

From Re.Pack 4.0 onwards, the `start` command is overridden so it should start Re.Pack dev-server instead of Metro. Note that this only works for RN >=0.74 (RN-CLI >= 13). Closed...

Hey all, sorry for the late response on this issue. This is all most likely due to `Re.Pack` dev-server listening on IPv6 by default only, we've fixed this in https://github.com/callstack/repack/pull/465...