Created
December 5, 2018 09:32
-
-
Save knee-cola/df840ea611bcf19d1540bbb3b6bc8925 to your computer and use it in GitHub Desktop.
Revisions
-
knee-cola created this gist
Dec 5, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ if(!this.process) { this.process = {}; } if(!this.process.env) { this.process.env = {}; } if(!this.process.env.NODE_ENV) { this.process.env.NODE_ENV = "production"; }