parent
fc1310af13
commit
fc9e02e1ed
|
|
@ -9,7 +9,11 @@ const withPWA = require("@ducanh2912/next-pwa").default({
|
|||
disable: process.env.NODE_ENV === "development",
|
||||
dest: "public",
|
||||
publicExcludes: ["*"],
|
||||
buildExcludes: [/./],
|
||||
buildExcludes: [
|
||||
/\.map$/,
|
||||
/^manifest.*\.js$/,
|
||||
/^\/_next\/static\/chunks\/app\/dashboard/,
|
||||
],
|
||||
extendDefaultRuntimeCaching: true,
|
||||
workboxOptions: {
|
||||
runtimeCaching: [
|
||||
|
|
|
|||
Loading…
Reference in New Issue