You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When working with umijs or father, during the compilation of less modules, some 'build time chunks' are generated. These temporary chunks lack chunkGraph information, leading to errors when generating runtime code.
Describe the bug
When working with umijs or father, during the compilation of less modules, some 'build time chunks' are generated. These temporary chunks lack chunkGraph information, leading to errors when generating runtime code.
Then The current chunk id is
build time chunk
, the variablethis.compilation.chunkGraph
isundefined
,causing an exception to be thrownSuggestion
If the chunk's id is
build time chunk
, do not inject the federation runtime to this chunk. like this:Reproduction
Used Package Manager
npm
System Info
Validations
The text was updated successfully, but these errors were encountered: