DEV Community

Discussion on: Chrome debugger breakpoints not working with create-react-app

Collapse
 
ulisescastro profile image
Ulises Castro

For my case I just have to add the following property to my launch's configuration.


"sourceMapPathOverrides": {
  "webpack:///src/*": "${webRoot}/*"
}
Enter fullscreen mode Exit fullscreen mode