Skip to content

Commit 154eb2e

Browse files
committed
perf: ⚡ reduce bundle size
1 parent 25165c0 commit 154eb2e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

bun.lock

100755100644
File mode changed.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"lint": "biome check --fix",
2929
"format": "biome format --write",
3030
"test": "FORCE_COLOR=true bun test",
31-
"build": "bun build ./src/index.tsx --minify --outdir ./dist --target node --footer '// Built with Bun! (https://bun.sh)' --external=yoga-wasm-web",
31+
"build": "bun build ./src/index.tsx --minify --outdir ./dist --target node --footer '// Built with Bun! (https://bun.sh)' --packages=external",
3232
"prepare": "husky",
3333
"preversion": "bun run format && git add .",
3434
"prepublishOnly": "bun run build"

0 commit comments

Comments
 (0)