next-bun-compile 0.9.0 → 0.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/cli.js +1 -1
- package/dist/{index-45tzedws.js → index-d3wb5t4x.js} +0 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -89,7 +89,7 @@ You'll need to upload `.next/static/` to your CDN separately.
|
|
|
89
89
|
|
|
90
90
|
## Performance
|
|
91
91
|
|
|
92
|
-
The compiled binary
|
|
92
|
+
The compiled binary is minified, and dead code paths (dev-only modules, non-turbo runtimes) are eliminated via `--define` flags. Startup skips module resolution for the bundled server core entirely — the code is already in the binary.
|
|
93
93
|
|
|
94
94
|
Benchmarks on a real Next.js app (both running on Bun's runtime):
|
|
95
95
|
|
package/dist/cli.js
CHANGED
package/dist/index.js
CHANGED