Next.js: how do I use the debugger with next.js

Created on 24 Jan 2017  ·  3Comments  ·  Source: vercel/next.js

Is there any configuration to load source maps or something like that?

Most helpful comment

Where? will arrived here by search and have the same question, will help to add a link

All 3 comments

Found the sources

Where? will arrived here by search and have the same question, will help to add a link

Add "debugger" statement in the code
then npm run dev
then open the app in Chrome with __Developer Tools__ open

Was this page helpful?
0 / 5 - 0 ratings