Skip to content

Commit

Permalink
improvement(cli): better stack traces for error reports, with source …
Browse files Browse the repository at this point in the history
…mapping
  • Loading branch information
edvald committed May 30, 2022
1 parent cf22711 commit 615d8d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cli/src/build-pkg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ async function pkgCommon({
"--target",
pkgType,
sourcePath,
"--public",
"--options",
nodeOptions.join(","),
"--output",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"preserveWatchOutput": true,
"strictFunctionTypes": true,
"strictNullChecks": true,
"sourceMap": true,
"inlineSourceMap": true,
"target": "es2019"
},
"exclude": [
Expand Down

0 comments on commit 615d8d0

Please sign in to comment.