We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a6fee9 commit 07e874eCopy full SHA for 07e874e
package.json
@@ -5,7 +5,7 @@
5
"scripts": {
6
"lint": "eslint .",
7
"lint:fix": "eslint . --fix",
8
- "build": "tsc --emitDeclarationOnly && bun build ./index.ts --external vue --outdir ."
+ "build": "tsc --emitDeclarationOnly && bun build ./index.ts --minify --external vue --outdir ."
9
},
10
"dependencies": {
11
"@vueuse/core": "13.0.0",
0 commit comments