cspotcode / cspotcode/node-source-map-support
It doesn't support eval sourcemap generated by webpack?
未關閉
- 主要語言
- JavaScript
- 星號
- 16
- 分支
- 4
- PR 合併指標
- 30 天內沒有已合併 PR
描述
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.
貢獻指南
評估
這個 Issue 還沒有評估資料。