Boris Tane
11/26/2021, 6:20 PM.js.map
to work properly that I'm missing?
they get shipped to lambda, but my error stacks are still referencing random lines in the .js
files.
This is my tsconfig
{
"extends": "@tsconfig/node14",
"include": [
"stacks",
"src"
]
}
and I'm on sst v0.50.1
thdxr
11/26/2021, 6:31 PMNODE_OPTIONS: "--enable-source-maps"
Boris Tane
11/26/2021, 6:33 PMMatt Morgan
11/26/2021, 6:35 PMSione
11/28/2021, 5:58 AMNODE_OPTIONS: "--enable-source-maps"
was added since node 12, if i remember right.