mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
test: ignore coverage due to @ava/stage-4 adds _interopDefault on module
This commit is contained in:
parent
67f04458ec
commit
a5e30b763a
@ -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 => {
|
||||
|
Loading…
Reference in New Issue
Block a user