diff options
author | Clement Ho <clemmakesapps@gmail.com> | 2018-06-21 20:11:28 +0000 |
---|---|---|
committer | Clement Ho <clemmakesapps@gmail.com> | 2018-06-21 20:11:28 +0000 |
commit | a01458a9b05a513e79a39b03a5b91c33c0a8be42 (patch) | |
tree | 6bc1f5134a1bdb430336f3907bb4b63ebfa1f13e /config/webpack.config.js | |
parent | e3a1b825f4c787e2fb29f852c530138347014d31 (diff) | |
parent | 5a0e6f9a8ffbb2ba05a11179d734b07bc854d155 (diff) | |
download | gitlab-ce-a01458a9b05a513e79a39b03a5b91c33c0a8be42.tar.gz |
Merge branch 'fix-webpack-node-env' into 'master'
Enable webpack nodeEnv optimization
See merge request gitlab-org/gitlab-ce!20075
Diffstat (limited to 'config/webpack.config.js')
-rw-r--r-- | config/webpack.config.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js index 79b0df76205..583f05f2fb7 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -174,7 +174,6 @@ module.exports = { }, optimization: { - nodeEnv: false, runtimeChunk: 'single', splitChunks: { maxInitialRequests: 4, |