Update next.config.js
This commit is contained in:
parent
4a9b01592a
commit
5b7dc52b14
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
||||||
const withPWA = require('next-pwa')
|
const withPWA = require('next-pwa')
|
||||||
|
|
||||||
module.exports = withPWA({
|
module.exports = withPWA({
|
||||||
|
future: {
|
||||||
|
webpack5: true,
|
||||||
|
},
|
||||||
pwa: {
|
pwa: {
|
||||||
dest: 'public',
|
dest: 'public',
|
||||||
scope: '/',
|
scope: '/',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue