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
path: root/config
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2018-03-01 00:22:15 +0300
committerMike Greiling <mike@pixelcog.com>2018-03-02 00:11:46 +0300
commiteefd17437c201418b7336493eb320a129a5b8abe (patch)
tree297575e5f028bb075ce9b5a3169f2a56fa4a0596 /config
parentbb41a889487463f626796a390148ae7870c16824 (diff)
remove the "test" bundle and apply it conditionally within main.js
Diffstat (limited to 'config')
-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 fd0bfb59e65..aa66cda348c 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -56,7 +56,6 @@ function generateEntries() {
main: './main.js',
ide: './ide/index.js',
raven: './raven/index.js',
- test: './test.js',
webpack_runtime: './webpack.js',
};