You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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, thesourceMappingURL
with base64 format doesn't work.The text was updated successfully, but these errors were encountered: