Skip to content

Commit df6a444

Browse files
committed
build: avoid minification to allow end-user tree-shaking
1 parent 6ac2f89 commit df6a444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"dist"
3838
],
3939
"scripts": {
40-
"build": "unbuild --minify",
40+
"build": "unbuild",
4141
"dev": "vitest dev --coverage",
4242
"lint": "eslint . && prettier -c .",
4343
"lint:fix": "automd && eslint . --fix && prettier -w .",

0 commit comments

Comments
 (0)