Update next.config.js
This commit is contained in:
parent
6351e31b01
commit
0dff86be66
1 changed files with 6 additions and 8 deletions
|
@ -3,11 +3,9 @@ const withPWA = require('next-pwa')
|
|||
|
||||
const isProduction = process.env.NODE_ENV === 'production'
|
||||
|
||||
module.exports = withPWA(
|
||||
withNx({
|
||||
pwa: {
|
||||
disable: !isProduction,
|
||||
dest: 'public',
|
||||
},
|
||||
})
|
||||
)
|
||||
module.exports = withPWA({
|
||||
pwa: {
|
||||
disable: !isProduction,
|
||||
dest: 'public',
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue