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 <git@leipert.io>2018-04-10 22:52:09 +0300
committerLukas Eipert <git@leipert.io>2018-04-10 22:52:09 +0300
commita8bf6a306c57d8a2901a8a843ec64c0c6c516b8f (patch)
tree0be6c621fe41c4a2a4e38ada855a5a6f3baffb1f /config/karma.config.js
parent029180f01645690d64398254dab03719801c4950 (diff)
remove unnecessary webpack plugins assignment in karma config
Diffstat (limited to 'config/karma.config.js')
-rw-r--r--config/karma.config.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/config/karma.config.js b/config/karma.config.js
index 083a640b3ed..1cbbef80535 100644
--- a/config/karma.config.js
+++ b/config/karma.config.js
@@ -12,8 +12,6 @@ if (webpackConfig.plugins) {
plugin instanceof webpack.DefinePlugin
);
});
-} else {
- webpackConfig.plugins = [];
}
var ignoreUpTo = process.argv.indexOf('config/karma.config.js') + 1;