From 19c3638f9e3ccf2d596b33af10e0965519f4ff6d Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Mon, 18 Jan 2021 18:09:41 -0600 Subject: [PATCH] Try parallel building --- nuxt.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/nuxt.config.js b/nuxt.config.js index d66fdb0..b183d5b 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -317,6 +317,7 @@ export default { ** Build configuration */ build: { + parallel: true, html: { minify: { minifyCSS: false,