Source map warning on Next 15.0.3 with turbopack, Windows, Firefox #73384
Labels
bug
Issue was opened via the bug report template.
linear: turbopack
Confirmed issue that is tracked by the Turbopack team.
Turbopack
Related to Turbopack with Next.js.
Link to the code that reproduces this issue
https://github.com/altbdoor/nextjs-sourcemap-warning-firefox-reproduction
To Reproduce
npx create-next-app -e reproduction-template
test-ground
cd test-ground
npm run dev -- --turbo
Current vs. Expected behavior
Show warning image
Should not have the warning, I suppose?
Provide environment information
Which area(s) are affected? (Select all that apply)
Turbopack
Which stage(s) are affected? (Select all that apply)
next dev (local)
Additional context
This warning did not appear for:
npm run
commandsnpm run dev
without turbopacknpm run start
after buildEdit: tried it on Windows Firefox private mode with all extensions disabled, and I still see the warning.
The text was updated successfully, but these errors were encountered: