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:
authorClement Ho <clemmakesapps@gmail.com>2018-03-02 20:18:29 +0300
committerClement Ho <clemmakesapps@gmail.com>2018-03-02 20:18:29 +0300
commit98fecb5f8e64c4c64c96d065bc342d986140367e (patch)
tree56ec4b668a55db09c30c87bb993e293c22585c6c /config
parente17d8ad8476148daedb6dcb3c0c7aee2db4db60d (diff)
parenteefd17437c201418b7336493eb320a129a5b8abe (diff)
Merge branch 'remove-test-bundle' into 'master'
Remove the "test" bundle and apply it conditionally within main.js See merge request gitlab-org/gitlab-ce!17472
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 9dd3cd401de..959cebe7487 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -53,7 +53,6 @@ function generateEntries() {
main: './main.js',
ide: './ide/index.js',
raven: './raven/index.js',
- test: './test.js',
webpack_runtime: './webpack.js',
};