We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b9bf08 commit 6e32c72Copy full SHA for 6e32c72
package.json
@@ -24,7 +24,7 @@
24
"module": "src/index.ts",
25
"type": "module",
26
"scripts": {
27
- "build": "rimraf dist && bun build src/index.ts --outdir dist --target bun -e elysia && tsc",
+ "build": "rimraf dist && bun build src/index.ts --outdir dist --target bun --minify-syntax --minify-whitespace -e elysia && tsc",
28
"test": "bun test",
29
"preview": "bun run --cwd preview dev",
30
"prepublishOnly": "bun run build && { echo '/*'; cat LICENSE; echo '*/'; cat dist/index.js; } > /tmp/index.js && mv /tmp/index.js dist/index.js"
@@ -46,4 +46,4 @@
46
"dependencies": {
47
"chalk": "^5.3.0"
48
}
49
-}
+}
0 commit comments