Create React App Buildpack Versions Save

⚛️ Heroku Buildpack for create-react-app: static hosting for React.js web apps

v4.1.1

6 years ago

?? Just improvements to documentation.

v4.1.0

6 years ago

?? Support for testing with Heroku CI.

v4.0.1

6 years ago

The buildpack codebase has been stable for months. Here's a release of nothing but improvements to the documentation ?

v4.0.0

7 years ago

Zero-configuration support for yarn package manager. If yarn is installed locally, the new app will use it instead of npm.

v3.0.0

7 years ago

Runtime environment variables no longer skew source maps in production. Supports up to 4KB of env var JSON; excess of 4KB will offset the source map.

If already using the runtime env vars npm module, upgrade to @mars/heroku-js-runtime-env v3.0.0 for this fix:

npm install @mars/[email protected] --save

v2.0.0

7 years ago

Complete support for javascript/React apps + Heroku flow by injecting environment variables into the javascript bundle at runtime.

v1.2.1

7 years ago

Tiny fix to support another system that consumes Heroku buildpacks.

v1.2.0

7 years ago

Support NODE_PATH (and other NODE_* env variables) during build.

v1.1.0

7 years ago

v1.0.1

7 years ago

Updates to documentation based on personal feedback & issues.