@@ -1,6 +1,9 @@
const withPWA = require('next-pwa')
module.exports = withPWA({
+ future: {
+ webpack5: true,
+ },
pwa: {
dest: 'public',
scope: '/',