1
0
Fork 0

chore: Don't minify test builds

This commit is contained in:
Joost De Cock 2022-06-22 09:37:23 +02:00
parent 79f477854b
commit caf3494393
78 changed files with 156 additions and 0 deletions

View file

@ -46,6 +46,8 @@ let result
await esbuild
.build({
...options,
minify: false,
sourcemap: false,
outfile: 'tests/dist/index.mjs',
format: 'esm',
external: [],