Provides esbuild configuration presets for building Hono applications for Bunny.net Edge Scripting. Current stable version is 0.0.4. The package is now in maintenance mode; the preferred approach is to use the official bundling guide from bunny-launcher. It simplifies bundling Hono apps for Bunny's edge computing platform with esbuild as the bundler. Ships TypeScript types. Requires Node >=20, esbuild ^0.24.0, and hono ^4.6.5 as peer dependencies.
npm install bunny-hono-esbuildNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to use the default export from bunny-hono-esbuild to configure esbuild for bundling a Hono app for Bunny.net Edge Scripting.
Follow the bunny-launcher bundling guide at https://bunny-launcher.net/edge-scripting/bundling/
Use Node >=20 and ensure your project is configured for ESM (type: module in package.json or .mjs extension).
Run: npm install --save-dev esbuild@^0.24.0 hono@^4.6.5
Switch to dynamic import() or use type: module in package.json.
Run: npm install --save-dev esbuild@^0.24.0
Run: npm install --save-dev hono@^4.6.5
No dependency data recorded yet.