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:
- 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 confusingNODE_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
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.