mirror of
https://github.com/ItsVipra/ProToots
synced 2024-11-10 06:04:20 +00:00
do not minify extension code
This commit is contained in:
parent
af62a64d9e
commit
40ee141c84
1 changed files with 0 additions and 1 deletions
|
@ -3,5 +3,4 @@ import { defaultBuildOptions } from "./shared.mjs";
|
|||
|
||||
await esbuild.build({
|
||||
...defaultBuildOptions,
|
||||
minify: true,
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue