












Last updated September 03, 2026
The Heroku Front-End Web Cloud Native Buildpack (CNB) is designed with open, standard primitives to help front-end web developers deliver production-quality apps built with any front-end framework.
This guide covers how the CNB works on Heroku. For instructions on how to use the buildpack, see Deploying Front-End Web Apps on Heroku.
On Heroku, the project.toml file and config vars set the CNB configuration. Heroku front-end web apps support two distinct phases of configuration, during the build process and then at runtime when the web server launches.
npm, pnpm, and yarn package managers.
Websites deployed with the Front-End Web buildpack are hosted directly in Heroku dynos. The static web server running on Heroku handles all requests from the internet. While this works great for development and small-scale production deployment, you can enhance website performance and resiliency to traffic spikes with well-crafted cache-control headers and a content delivery network (CDN), such as Cloudflare or Fastly.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。