cspotcode / cspotcode/node-source-map-support
It doesn't support eval sourcemap generated by webpack?
Aperta
- Lingua principale
- JavaScript
- Stelle
- 16
- Fork
- 4
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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.
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.