Merge pull request #791 from alexmaras/master

fix: disable workbox to prevent failure with service worker
This commit is contained in:
advplyr 2022-06-29 08:23:07 -05:00 committed by GitHub
commit 4ade6e04a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,6 +120,9 @@ module.exports = {
sizes: "512x512"
}
]
},
workbox: {
enabled: false,
}
},