From 4d662287ec86468c2d90c09ee52a80b489655279 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Tue, 17 Nov 2020 12:13:11 -0600 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20cache=20assets=20folder?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nuxt.config.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nuxt.config.js b/nuxt.config.js index e0a6bf6..f89ab23 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -36,6 +36,12 @@ export default { }, generate: { + cache: { + ignore: [ + // When something changed in the docs folder, do not re-build via webpack + 'assets' + ] + }, routes() { return import('./assets/app-list.json')//buildAppList() .then((importedAppList) => {