Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2018-06-21 20:14:02 +0300
committerMike Greiling <mike@pixelcog.com>2018-06-21 20:14:02 +0300
commitfa8478c2dd865e3e84f55440c7b104284b09aa1f (patch)
treed00caeebb358d37c5886ed3c07526643af3611b8 /config/webpack.config.js
parent7a633e08556c1de1f6bb35c85f24c844ed4ad5c8 (diff)
enable accidentally-disabled nodeEnv optimization
Diffstat (limited to 'config/webpack.config.js')
-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,