Skip to content

Instantly share code, notes, and snippets.

@dabroder
Created December 28, 2017 17:00
Show Gist options
  • Save dabroder/646c0b44ccf1501ccaf02c5bda93b194 to your computer and use it in GitHub Desktop.
Save dabroder/646c0b44ccf1501ccaf02c5bda93b194 to your computer and use it in GitHub Desktop.
Dotenv conditional require
if (process.env.NODE_ENV !== 'production') require('dotenv').load()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment