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.