From 9b9d610e13e94cf6b403edf7daeee0e563a41b2e Mon Sep 17 00:00:00 2001 From: Chris Shaw Date: Fri, 9 Oct 2020 17:21:11 +1100 Subject: [PATCH] Disabled webpack ProgressPlugin for runtime --- test/helpers/configuration.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/test/helpers/configuration.ts b/test/helpers/configuration.ts index b404bd3..981893b 100644 --- a/test/helpers/configuration.ts +++ b/test/helpers/configuration.ts @@ -35,6 +35,7 @@ export default ( clean : false, dev : true, + maven : true, ...env, },