Does repack works fine on Windows? #339
Unanswered
ViniciusUrias
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was using windows 10, but all repack/module-federation examples were crashing.
Errors like:
'Can't find webpack_require';
'[ERR_UNSUPPORTED_ESM_URL_SCHEME]';
'Unhandled error. ([ScriptManager] Failed to load script:)';
Then I upgraded to windows 11 and the same errors still ocurring.
I think the last solution is change to some linux distro.
Obs: I tested it like 100 times before coming here, used 3 different versions of node, react and react-native, tested with .mjs, .cjs and .js, created a brand new app to configure, cloned the existing examples and I simply can't find a solution
Beta Was this translation helpful? Give feedback.
All reactions