fix: disable sourceMap in NPM package #1429
Labels
status: needs triage
Issues which needs to be reproduced to be verified report.
type: fix
Issues describing a broken feature.
Description
When I am debugging my own TS project, if source-map is enabled, the stack information points to some non-existent files.
Minimal code-snippet showcasing the problem
Expected behavior
The stack track the correct file.
Actual behavior
The source files pointed by source-map does not exist becasue they are not published on NPM at all, like this:
The text was updated successfully, but these errors were encountered: