Skip to content
This repository has been archived by the owner on Jun 11, 2022. It is now read-only.

Releases: mars/create-react-app-buildpack

Deprecation experience 🌅

10 Jun 20:26
Compare
Choose a tag to compare

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

End of life 🌅

09 Jun 23:34
e6de55b
Compare
Choose a tag to compare

Tagging a final release before archiving.

Node.js auto build

11 Mar 14:39
411505b
Compare
Choose a tag to compare

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

Changes are:

  • the Node buildpack executes npm run build automatically (this buildpack no longer runs the build)
  • the Node buildpack installs devDependencies for auto build (and afterwards it prunes them), so a confusing NODE_ENV workaround has been removed
  • the Node buildpack makes all config vars available during auto build, so compile-time configuration has access to all config vars.

See #156

Default Routing

23 Dec 14:14
ea2acbc
Compare
Choose a tag to compare

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

08 Oct 20:44
f81fbdf
Compare
Choose a tag to compare

Runtime env vars are now compatible with create-react-app version 2's split bundles.

Not quite yet, CRA 2.0

02 Oct 16:58
f2368a6
Compare
Choose a tag to compare

📚 Documentation-only release

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

Dyno Metadata

23 Sep 19:13
16e6ec7
Compare
Choose a tag to compare

Support for using dyno metadata during npm run build.

Doc updates

11 Sep 18:31
Compare
Choose a tag to compare
Update README with latest release tag (#126)

Update README with latest release tag

Custom Bundle Location

29 Aug 22:58
b9040a5
Compare
Choose a tag to compare

Support for runtime environment variables in a bundle generated at a custom path. See JS_RUNTIME_TARGET_BUNDLE config.

npm Private Packages

26 Mar 20:22
5ded51e
Compare
Choose a tag to compare

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.