Created by: siggirh
Running Visual Studio Code from standard Windows installation but using Windows Subsystem for Linux shell (bash) to run an app can result in sourcemap problems when using the chrome debugger. No breakpoints ever get set since the sourcemaps aren't working properly.
Since this doesn't really have anything to do with create-react-app I wasn't sure if I should make this PR here or not but I decided to make it since the readme does already have some info on debugging in editors.
Related issue on the vscode-chrome-debug repo: https://github.com/Microsoft/vscode-chrome-debug/issues/524