mirror of
https://github.com/swissmakers/swiss-datashare.git
synced 2026-04-05 07:47:01 +02:00
Remove PWA build files
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -34,3 +34,7 @@ yarn-error.log*
|
||||
# typescript
|
||||
*.tsbuildinfo
|
||||
.env
|
||||
|
||||
# PWA
|
||||
/public/workbox-*
|
||||
/public/sw.*
|
||||
|
||||
@@ -5,9 +5,7 @@ const withPWA = require("next-pwa");
|
||||
const nextConfig = withPWA({
|
||||
reactStrictMode: true,
|
||||
pwa: {
|
||||
dest: "public",
|
||||
register: true,
|
||||
skipWaiting: true,
|
||||
dest: "public"
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user