summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2018-06-21 12:14:02 -0500
committerMike Greiling <mike@pixelcog.com>2018-06-21 12:14:02 -0500
commitfa8478c2dd865e3e84f55440c7b104284b09aa1f (patch)
treed00caeebb358d37c5886ed3c07526643af3611b8
parent7a633e08556c1de1f6bb35c85f24c844ed4ad5c8 (diff)
downloadgitlab-ce-fa8478c2dd865e3e84f55440c7b104284b09aa1f.tar.gz
enable accidentally-disabled nodeEnv optimization
-rw-r--r--config/webpack.config.js1
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,