Skip to content

Commit

Permalink
Add transform-inline-environment-variables Babel plugin (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
erictooth authored and STRML committed Dec 6, 2019
1 parent 70fe21f commit 7390ad0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .babelrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ module.exports = {
"plugins": [
"@babel/plugin-transform-flow-comments",
"@babel/plugin-proposal-class-properties",
"transform-inline-environment-variables"
],
"env": {
"test": {
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"babel-plugin-espower": "^3.0.1",
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
"eslint": "^6.2.2",
"eslint-plugin-react": "^7.5.1",
"flow-bin": "^0.69.0",
Expand Down

0 comments on commit 7390ad0

Please sign in to comment.