From 5785d47607c728c97721d40ca7d1edad97b15639 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Mon, 18 Jan 2021 18:14:10 -0600 Subject: [PATCH] Try build caching --- nuxt.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/nuxt.config.js b/nuxt.config.js index b183d5b..032672d 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -318,6 +318,7 @@ export default { */ build: { parallel: true, + cache: true, html: { minify: { minifyCSS: false,