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
Webpack: handle file:// urls when finding sourcemaps (#76443)
Previously we only handled the eval sourcemaps case where the module id
was encoded into the source url. This handles cases when the `file://`
protocol is used, such as with Rspack.
Test Plan: `pnpm test-dev-rspack
test/development/acceptance-app/rsc-runtime-errors.test.ts`
0 commit comments