pwa app is now working
This commit is contained in:
@ -1,6 +1,10 @@
|
||||
const { BundleAnalyzerPlugin } = require('webpack-bundle-analyzer');
|
||||
|
||||
module.exports = {
|
||||
const withPWA = require('next-pwa')({
|
||||
dest: 'public'
|
||||
})
|
||||
|
||||
module.exports = withPWA({
|
||||
typescript: {
|
||||
// !! WARN !!
|
||||
// Dangerously allow production builds to successfully complete even if
|
||||
@ -42,4 +46,4 @@ module.exports = {
|
||||
|
||||
return config;
|
||||
},
|
||||
}
|
||||
})
|
Reference in New Issue
Block a user