There was an error while loading. Please reload this page.
1 parent c9f0cfb commit 9155d4fCopy full SHA for 9155d4f
1 file changed
esbuild.config.mjs
@@ -79,7 +79,7 @@ async function buildGlobalUnminified() {
79
entryPoints: ['src/index.js'],
80
outfile: 'dist/snapdom.mjs',
81
format: 'esm',
82
- minify: false,
+ minify: true,
83
splitting: false, // Monolítico
84
banner,
85
})
0 commit comments