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
Uvu (specifically bin.js) doesn’t seem to enable source maps; when errors from minified/transpiled code occur in tests, Uvu prints stacktraces without source maps. It would be great if Uvu did enable source maps.
(My current workaround is to add --enable-source-maps to the #!/usr/bin/env node shebang line in each of my projects’ node_modules/uvu/bin.js files.)
The text was updated successfully, but these errors were encountered:
Uvu (specifically
bin.js
) doesn’t seem to enable source maps; when errors from minified/transpiled code occur in tests, Uvu prints stacktraces without source maps. It would be great if Uvu did enable source maps.(My current workaround is to add
--enable-source-maps
to the#!/usr/bin/env node
shebang line in each of my projects’node_modules/uvu/bin.js
files.)The text was updated successfully, but these errors were encountered: