This repository has been archived by the owner on Jun 11, 2022. It is now read-only.
Preserve Source Maps
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/heroku-js-runtime-env@3.0.0 --save