mirror of
https://github.com/taskgenius/taskgenius-plugin.git
synced 2026-07-22 06:40:25 +00:00
chore: bump version
This commit is contained in:
parent
d06bf10155
commit
0b2c0feb3c
1 changed files with 1 additions and 1 deletions
|
|
@ -55,6 +55,6 @@ esbuild
|
|||
sourcemap: prod ? false : "inline",
|
||||
treeShaking: true,
|
||||
outfile: "main.js",
|
||||
pure: ["console.log"],
|
||||
pure: prod ? ["console.log"] : [],
|
||||
})
|
||||
.catch(() => process.exit(1));
|
||||
|
|
|
|||
Loading…
Reference in a new issue