enable sourcemap

This commit is contained in:
Milo Schwartz 2024-12-26 11:43:02 -05:00
parent 03c1d7bb79
commit 2c7e032cca
3 changed files with 5 additions and 4 deletions

View file

@ -62,7 +62,7 @@ esbuild
packagePath: getPackagePaths(),
}),
],
sourcemap: false,
sourcemap: true,
target: "node20",
})
.then(() => {