Closed brucecrevensten closed 7 years ago
This adds two sanity checks for environment variables when doing a production build. The Google Analytics token is specifically checked if it's falsy (that will disable Google Analytics on a production build).
Need to do an npm install before this will work.
npm install
This change is
Reviewed 2 of 2 files at r1. Review status: all files reviewed at latest revision, all discussions resolved.
Comments from Reviewable
This adds two sanity checks for environment variables when doing a production build. The Google Analytics token is specifically checked if it's falsy (that will disable Google Analytics on a production build).
Need to do an
npm install
before this will work.This change is