mirror of
https://github.com/mmjee/Piped-Material.git
synced 2024-12-06 19:26:36 +01:00
Update PWA settings
This commit is contained in:
@@ -2,6 +2,19 @@ module.exports = {
|
||||
transpileDependencies: [
|
||||
'vuetify'
|
||||
],
|
||||
pwa: {
|
||||
workboxOptions: {
|
||||
navigateFallback: 'index.html',
|
||||
skipWaiting: true,
|
||||
importWorkboxFrom: 'local',
|
||||
runtimeCaching: [
|
||||
{
|
||||
urlPattern: /\.(?:png|svg|ico)$/,
|
||||
handler: 'CacheFirst'
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
lintOnSave: false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user