fix: 'bake' release env variables at build time

This commit is contained in:
Tom Moor
2021-02-12 17:18:55 -08:00
parent 7d244dfa1f
commit b017590033
4 changed files with 18 additions and 5 deletions

View File

@@ -183,6 +183,7 @@
"babel-eslint": "^10.1.0",
"babel-jest": "^26.2.2",
"babel-loader": "^8.1.0",
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
"eslint": "^7.6.0",
"eslint-config-react-app": "3.0.6",
"eslint-plugin-flowtype": "^5.2.0",
@@ -212,4 +213,4 @@
"js-yaml": "^3.13.1"
},
"version": "0.52.0"
}
}