Releases · mars/create-react-app-buildpack (original) (raw)

This repository was archived by the owner on Jun 11, 2022. It is now read-only.

Deprecation experience 🌅

Output 🌅 warning message to build log, and pin static site buildpack to avoid its own deprecation warning.

End of life 🌅

Tagging a final release before archiving.

Node.js auto build

Adapts this buildpack for the change to automatically run the package.json build script in the official Node.js buildpack.

Changes are:

See #156

Default Routing

Configure the web server to route all not-found requests to the client-side app index.html.

See the new Routing section of README.

Split Bundles

Not quite yet, CRA 2.0

📚 Documentation-only release

create-react-app v2 was released, but this buildpack doesn't fully support it yet (#131).

Dyno Metadata

Doc updates

Update README with latest release tag (#126)

Update README with latest release tag

Custom Bundle Location

npm Private Packages

Support for npm Private Packages via NPM_TOKEN config var & .npmrc config file.

This is a major version (semver) because all NPM_-prefixed environment variables are now exported for the build process.