Skip to content

Commit 23ff75a

Browse files
committed
chore: 🔖 version 2.6.0
1 parent 6b56e48 commit 23ff75a

File tree

4 files changed

+3
-12
lines changed

4 files changed

+3
-12
lines changed

bundle.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require('esbuild').build({
22
entryPoints: ['index.js'],
33
bundle: true,
4-
outfile: 'dist/browser.js',
4+
outfile: 'dist/minimized.js',
55
minify: true,
66
globalName: 'cloverleaf',
77
}).catch((err) => {

0 commit comments

Comments
 (0)