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-05-06 09:19:04 +0300
committerMike Greiling <mike@pixelcog.com>2018-05-06 09:21:13 +0300
commitb5983a700e66b4fa3ab2f419d4b21a4536443a3d (patch)
tree5583e98e763742a8fc4164df1436ee2828ba2628 /config/webpack.config.js
parentde07384b8efcaee51edcf09f89e89f6c9ee7741a (diff)
consolidate main bootstrap entries
Diffstat (limited to 'config/webpack.config.js')
-rw-r--r--config/webpack.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js
index a2a527f25d2..5096f35e808 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -18,7 +18,7 @@ const NO_COMPRESSION = process.env.NO_COMPRESSION;
let autoEntriesCount = 0;
let watchAutoEntries = [];
-const defaultEntries = ['./webpack', './commons', './main'];
+const defaultEntries = ['./main'];
function generateEntries() {
// generate automatic entry points