Releases: mars/heroku-js-runtime-env
Releases · mars/heroku-js-runtime-env
v3.0.2 MIT license
v3.0.1 Just Docs
📚 "How Does It Work?"
v3.0.0 Preserve Source Maps
Supports up to 4KB of env var JSON so source maps remain accurate. Preserves bundle size by padding the insertion point for runtime env vars. Works in cooperation with create-react-app-inner-buildpack env injection.
v2.0.1 Durability
- improve resiliency to missing
process.env
- setup TravisCI.
v2.0.0 Don't Throw It Away
No longer throw error on failed env var parsing, as this could break apps in a big way. It's up to the individual developer to handle missing env values.
v1.0.0 This Is It
🌱