Experimental build mode for Hono and Express projects
Vercel releases an experimental build mode for Hono and Express projects, adding route-level log filtering, TypeScript path alias support, and improved ESM and CommonJS interoperability.
Users can opt in to an experimental build mode for and projects, which lets you filter logs by route, similar to Next.js.HonoExpress It also updates the build pipeline with better module resolution: To enable it, set in your project's .VERCEL_EXPERIMENTAL_BACKENDS=1environment variables Read more Relative imports no longer require file extensions TypeScript path aliases are supported Improved ESM and CommonJS interoperability