mirror of
https://github.com/stonith404/pingvin-share.git
synced 2024-11-05 15:30:14 +01:00
Remove PWA build files
This commit is contained in:
parent
e9aaa0b3d3
commit
22bca7692e
4
.gitignore
vendored
4
.gitignore
vendored
@ -34,3 +34,7 @@ yarn-error.log*
|
|||||||
# typescript
|
# typescript
|
||||||
*.tsbuildinfo
|
*.tsbuildinfo
|
||||||
.env
|
.env
|
||||||
|
|
||||||
|
# PWA
|
||||||
|
/public/workbox-*
|
||||||
|
/public/sw.*
|
||||||
|
@ -5,9 +5,7 @@ const withPWA = require("next-pwa");
|
|||||||
const nextConfig = withPWA({
|
const nextConfig = withPWA({
|
||||||
reactStrictMode: true,
|
reactStrictMode: true,
|
||||||
pwa: {
|
pwa: {
|
||||||
dest: "public",
|
dest: "public"
|
||||||
register: true,
|
|
||||||
skipWaiting: true,
|
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user