Skip to content

Commit

Permalink
Inline env variables
Browse files Browse the repository at this point in the history
Without this, we leave a `process.env.NODE_ENV == 'production'` in
`mode.js`

It’s a wonder we don’t have 3489327499879873928479834329581793857
errors coming in every second.
  • Loading branch information
jridgewell committed Feb 18, 2016
1 parent 5ab2733 commit e859eb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"es6.properties.computed",
"es6.properties.shorthand",
"es6.templateLiterals",
"es6.spread"
"es6.spread",
"utility.inlineEnvironmentVariables"
]
}

0 comments on commit e859eb2

Please sign in to comment.