mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-11 22:39:38 +00:00
Merge pull request #791 from alexmaras/master
fix: disable workbox to prevent failure with service worker
This commit is contained in:
commit
4ade6e04a8
1 changed files with 3 additions and 0 deletions
|
|
@ -120,6 +120,9 @@ module.exports = {
|
||||||
sizes: "512x512"
|
sizes: "512x512"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
workbox: {
|
||||||
|
enabled: false,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue