Skip to content

Commit 9155d4f

Browse files
committed
Minify mjs version
1 parent c9f0cfb commit 9155d4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

esbuild.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ async function buildGlobalUnminified() {
7979
entryPoints: ['src/index.js'],
8080
outfile: 'dist/snapdom.mjs',
8181
format: 'esm',
82-
minify: false,
82+
minify: true,
8383
splitting: false, // Monolítico
8484
banner,
8585
})

0 commit comments

Comments
 (0)