chore: Don't minify test builds
This commit is contained in:
parent
79f477854b
commit
caf3494393
78 changed files with 156 additions and 0 deletions
|
@ -46,6 +46,8 @@ let result
|
|||
await esbuild
|
||||
.build({
|
||||
...options,
|
||||
minify: false,
|
||||
sourcemap: false,
|
||||
outfile: 'tests/dist/index.mjs',
|
||||
format: 'esm',
|
||||
external: [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue