cspotcode / cspotcode/node-source-map-support
It doesn't support eval sourcemap generated by webpack?
Open
- Dominant language
- JavaScript
- Stars
- 16
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
I am using such webpack option to compile:
`devtool: 'eval-nosources-cheap-module-source-map'`
But I found it cannot map line number to source when printing stack using "new Error().stack". Only `sourceURL` works, the `sourceMappingURL` with base64 format doesn't work.
Contributor guide
Assessment
This issue has not been assessed yet.