Nathen So
Nathen So
## Environment RN 0.73.7 Repack 4.1.1 ## Description When I set the **reactNativePath** to **new URL("../../node_modules/react-native", import.meta.url).pathname**, I got the error as shown below. ``` const { mode = "development",...
### Summary https://github.com/callstack/repack/issues/644 Some cases like "http://localhost:8081/ios/src_app2_tsx-node_modules_react-native-reanimated_src_reanimated2_sync_recursive.chunk.bundle" can't parse the platform and filename correctly. ### Test plan
Is it possible for **chunk** to be passed into **Platform**? I encountered the following error and upon investigation, I found that **chunk** is being passed into **Platform**. ``` ℹ [00:44:56.585Z][WebpackCompilerWorker]...