cspotcode / cspotcode/node-source-map-support
It doesn't support eval sourcemap generated by webpack?
Aberta
- Linguagem predominante
- JavaScript
- Estrelas
- 16
- Forks
- 4
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
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.
Guia de contribuição
Avaliação
Esta issue ainda não foi avaliada.