fix: disable workbox to prevent failure with service worker

This commit is contained in:
Alex Maras 2022-06-29 21:11:03 +08:00
parent d90bd92bcc
commit 49d0835236

View File

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