summaryrefslogtreecommitdiff
path: root/config/webpack.config.js
diff options
context:
space:
mode:
authorwinniehell <git@winniehell.de>2017-02-10 19:29:03 +0100
committerwinniehell <git@winniehell.de>2017-02-11 21:55:02 +0100
commitb48d30e4d27d2482f5517fc58751953d32f0ded6 (patch)
tree84aabcc093717fc23a704bb15516512592b4ee30 /config/webpack.config.js
parent8a1441fb025bf9f46d42017e069382a44ade28d0 (diff)
downloadgitlab-ce-b48d30e4d27d2482f5517fc58751953d32f0ded6.tar.gz
Reintroduce coverage report for JavaScript (!9133)
Diffstat (limited to 'config/webpack.config.js')
-rw-r--r--config/webpack.config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js
index 00f448c1fbb..e800cc3fd84 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -54,6 +54,7 @@ var config = {
exclude: /(node_modules|vendor\/assets)/,
loader: 'babel-loader',
options: {
+ plugins: ['istanbul'],
presets: [
["es2015", {"modules": false}],
'stage-2'