Don’t cache assets folder

This commit is contained in:
Sam Carlton 2020-11-17 12:13:11 -06:00
parent a8af84c0c5
commit 4d662287ec

View file

@ -36,6 +36,12 @@ export default {
}, },
generate: { generate: {
cache: {
ignore: [
// When something changed in the docs folder, do not re-build via webpack
'assets'
]
},
routes() { routes() {
return import('./assets/app-list.json')//buildAppList() return import('./assets/app-list.json')//buildAppList()
.then((importedAppList) => { .then((importedAppList) => {