mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Add sourcemaps
This commit is contained in:
parent
f84fe6f91e
commit
f75f81f49e
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ for (let f of ["content", "background", "help", "newtab", "commandline_frame"])
|
||||||
esbuild.build({
|
esbuild.build({
|
||||||
entryPoints: [`src/${f}.ts`],
|
entryPoints: [`src/${f}.ts`],
|
||||||
bundle: true,
|
bundle: true,
|
||||||
|
sourcemap: true,
|
||||||
target: "firefox68",
|
target: "firefox68",
|
||||||
outfile: `build/${f}.js`,
|
outfile: `build/${f}.js`,
|
||||||
}).catch(() => process.exit(1))
|
}).catch(() => process.exit(1))
|
||||||
|
|
Loading…
Add table
Reference in a new issue