Specify sourcemap directory to server esbuild
This commit is contained in:
parent
7e66d5b194
commit
62acbe3a3e
1 changed files with 4 additions and 0 deletions
|
|
@ -51,6 +51,10 @@ esbuild.build({
|
|||
org: "jade-ellis",
|
||||
project: "jade-website-sveltekit",
|
||||
authToken: process.env.SENTRY_AUTH_TOKEN,
|
||||
sourcemaps: {
|
||||
// Specify the directory containing build artifacts
|
||||
assets: "./output/**",
|
||||
}
|
||||
}),
|
||||
],
|
||||
});
|
||||
Loading…
Add table
Reference in a new issue