Browse Source

Update next.config.js

main
Steve Ruiz 4 years ago
parent
commit
5b7dc52b14
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      next.config.js

+ 3
- 0
next.config.js View File

@@ -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: '/',

Loading…
Cancel
Save