From a5e30b763a7f1e82e292812caebe868fab359c69 Mon Sep 17 00:00:00 2001 From: Clark Du Date: Fri, 8 Dec 2017 14:58:07 +0800 Subject: [PATCH] test: ignore coverage due to @ava/stage-4 adds _interopDefault on module --- lib/builder/webpack/base.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/builder/webpack/base.config.js b/lib/builder/webpack/base.config.js index 4de888f20b..47e55c1158 100644 --- a/lib/builder/webpack/base.config.js +++ b/lib/builder/webpack/base.config.js @@ -121,6 +121,7 @@ export default function webpackBaseConfig(name) { } // Workaround for hiding Warnings about plugins without a default export (#1179) + /* istanbul ignore next */ config.plugins.push({ apply(compiler) { compiler.plugin('done', stats => {