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) => {