diff options
author | Lukas Eipert <leipert@gitlab.com> | 2018-06-11 08:27:50 +0200 |
---|---|---|
committer | Lukas Eipert <leipert@gitlab.com> | 2018-06-11 09:46:02 +0200 |
commit | 762c623997b2077258b59c70dcfae8a456d39fd2 (patch) | |
tree | abedf68b7f9e988df7010ffa67b713cac8ec7fc5 /config/webpack.config.js | |
parent | 54a6ca6f38764dd1a863d0035af9541b5a52c583 (diff) | |
download | gitlab-ce-762c623997b2077258b59c70dcfae8a456d39fd2.tar.gz |
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.js | 1 |
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'); |