mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -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({
|
||||
entryPoints: [`src/${f}.ts`],
|
||||
bundle: true,
|
||||
sourcemap: true,
|
||||
target: "firefox68",
|
||||
outfile: `build/${f}.js`,
|
||||
}).catch(() => process.exit(1))
|
||||
|
|
Loading…
Add table
Reference in a new issue