We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25165c0 commit 154eb2eCopy full SHA for 154eb2e
bun.lock
100755
100644
package.json
@@ -28,7 +28,7 @@
28
"lint": "biome check --fix",
29
"format": "biome format --write",
30
"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",
+ "build": "bun build ./src/index.tsx --minify --outdir ./dist --target node --footer '// Built with Bun! (https://bun.sh)' --packages=external",
32
"prepare": "husky",
33
"preversion": "bun run format && git add .",
34
"prepublishOnly": "bun run build"
0 commit comments