mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Don’t cache assets folder
This commit is contained in:
parent
a8af84c0c5
commit
4d662287ec
1 changed files with 6 additions and 0 deletions
|
|
@ -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) => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue