Bläddra i källkod

Update next.config.js

main
Steve Ruiz 4 år sedan
förälder
incheckning
5b7dc52b14
1 ändrade filer med 3 tillägg och 0 borttagningar
  1. 3
    0
      next.config.js

+ 3
- 0
next.config.js Visa fil

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

Laddar…
Avbryt
Spara