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

Preserve Source Maps

Compare
Choose a tag to compare
@mars mars released this 24 Oct 20:49
· 48 commits to master since this release

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