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
In ESM output mode, rspack chunks attempt to import * from [virtual chunk id] - these files do not exist on disk and are virtual ids that are in a Map object - these should not be hard coded into the output, but should just require.f or require.X so that require.ensure chunk handlers are called with these specific chunk ids.
System Info
Macos
Latest rspack
Details
In ESM output mode, rspack chunks attempt to import * from [virtual chunk id] - these files do not exist on disk and are virtual ids that are in a Map object - these should not be hard coded into the output, but should just require.f or require.X so that require.ensure chunk handlers are called with these specific chunk ids.
Reproduce link
module-federation/module-federation-examples#4342
Reproduce Steps
run dev on project then browse to the remote project
The text was updated successfully, but these errors were encountered: