replayio / nextjs-inaccurate-sourcemaps

A next.js app for reproducing an issue with sourcemaps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a Next.js project bootstrapped with create-next-app to show an issue with next.js sourcemaps.

STR:

Alternatively, you can look at these sourcemaps here:

The sourcemap viewer shows that in the first sourcemap (of a source under node_modules) almost all sourcemap entries point to the first column of a line in the original source. This makes it impossible to do "scope mapping" (showing scopes with original variable names) in a debugger.

About

A next.js app for reproducing an issue with sourcemaps


Languages

Language:CSS 52.6%Language:JavaScript 47.4%