build: compile as esm

This commit is contained in:
Michael Kriese 2024-11-08 16:20:03 +01:00
parent 4a407be28a
commit 1544d86fa0
No known key found for this signature in database
GPG key ID: F8D7748549A5986A
7 changed files with 5 additions and 7 deletions

View file

@ -9,6 +9,6 @@ await build({
minify: !!env['CI'],
tsconfig: 'tsconfig.dist.json',
sourcemap: true,
// format: 'esm', // TODO: later PR
format: 'esm',
outdir: './dist/',
});