Skip to content

Commit 6045466

Browse files
PROD-2145 clean up #time 5m
1 parent d0f00dd commit 6045466

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ module.exports = (webpackConfigEnv) => {
119119
new webpack.DefinePlugin({
120120
"process.env": {
121121
..._.mapValues(config, (value) => JSON.stringify(value)),
122+
APPENV: JSON.stringify(process.env.REACT_APP_HOST_ENV),
122123
REACT_APP_HOST_ENV: JSON.stringify(process.env.REACT_APP_HOST_ENV),
123124
APPMODE: JSON.stringify(process.env.APPMODE),
124125
},

0 commit comments

Comments
 (0)