I'm trying to get source maps for babel working correctly.
I want two things in my stack traces.
- The full path of the files
- The correct line numbers (src code not compiled)
Results from testing:
- When
"sourceMaps": "inline"
I get 1, but not 2. - When
"sourceMaps": true
I get 2, but not 1.