diff options
author | Winnie Hellmann <winnie@gitlab.com> | 2019-04-05 12:08:05 +0200 |
---|---|---|
committer | Winnie Hellmann <winnie@gitlab.com> | 2019-04-05 12:08:05 +0200 |
commit | 64e9cf00a7d889913ae7327695394cac29643f0b (patch) | |
tree | 11040832fcf150fc6722811719237100216133b1 /config/webpack.config.js | |
parent | 94e6cc52bee1a67e830bc3f18aeb57930d0815a7 (diff) | |
download | gitlab-ce-64e9cf00a7d889913ae7327695394cac29643f0b.tar.gz |
Rename environment variable EE to IS_GITLAB_EEwinh-ee-environment-variable
Diffstat (limited to 'config/webpack.config.js')
-rw-r--r-- | config/webpack.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js index 9a37856a99e..19b48845305 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -322,7 +322,7 @@ module.exports = { }), new webpack.DefinePlugin({ - 'process.env.EE': JSON.stringify(IS_EE), + 'process.env.IS_GITLAB_EE': JSON.stringify(IS_EE), }), ].filter(Boolean), |