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: {
|
||||
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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue