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:
authorLukas Eipert <leipert@gitlab.com>2018-06-11 09:27:50 +0300
committerLukas Eipert <leipert@gitlab.com>2018-06-11 10:46:02 +0300
commit762c623997b2077258b59c70dcfae8a456d39fd2 (patch)
treeabedf68b7f9e988df7010ffa67b713cac8ec7fc5 /config/webpack.config.js
parent54a6ca6f38764dd1a863d0035af9541b5a52c583 (diff)
set max_old_space_size to 3.5 GB for compile-assets job
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 e760ce1cb8c..b1e378f6c27 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -1,4 +1,3 @@
-const fs = require('fs');
const path = require('path');
const glob = require('glob');
const webpack = require('webpack');