We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0f00dd commit 6045466Copy full SHA for 6045466
webpack.config.js
@@ -119,6 +119,7 @@ module.exports = (webpackConfigEnv) => {
119
new webpack.DefinePlugin({
120
"process.env": {
121
..._.mapValues(config, (value) => JSON.stringify(value)),
122
+ APPENV: JSON.stringify(process.env.REACT_APP_HOST_ENV),
123
REACT_APP_HOST_ENV: JSON.stringify(process.env.REACT_APP_HOST_ENV),
124
APPMODE: JSON.stringify(process.env.APPMODE),
125
},
0 commit comments