"remoteEntry chunk should not have multiple files!, current files:" because ZERO files. SOLVED #2524
Closed
JasonKleban
started this conversation in
General
Replies: 1 comment 1 reply
-
When I comment out the failing assertion and give some fallback values, I get a different helpful error that the
When I fix this problem, the original issue disappears. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Even for
"@module-federation/node": "2.2.6"
, I'm getting "remoteEntry chunk should not have multiple files!, current files:" with zero files.core/packages/manifest/src/StatsManager.ts
Line 91 in 9799d2c
remoteEntryNameChunk.files
is an empty set/array as confirmed by debugging. But I don't know what could lead to this unexpected situation?Beta Was this translation helpful? Give feedback.
All reactions