diff options
author | Mike Greiling <mike@pixelcog.com> | 2018-06-21 12:14:02 -0500 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2018-06-21 12:14:02 -0500 |
commit | fa8478c2dd865e3e84f55440c7b104284b09aa1f (patch) | |
tree | d00caeebb358d37c5886ed3c07526643af3611b8 /config/webpack.config.js | |
parent | 7a633e08556c1de1f6bb35c85f24c844ed4ad5c8 (diff) | |
download | gitlab-ce-fa8478c2dd865e3e84f55440c7b104284b09aa1f.tar.gz |
enable accidentally-disabled nodeEnv optimization
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 b1e378f6c27..7645ff48634 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -171,7 +171,6 @@ module.exports = { }, optimization: { - nodeEnv: false, runtimeChunk: 'single', splitChunks: { maxInitialRequests: 4, |