Skip to content
This repository was archived by the owner on Mar 27, 2023. It is now read-only.

Commit b7692cd

Browse files
committed
redeploy, removed workbox settings
1 parent 3364e4a commit b7692cd

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

quasar/quasar.conf.js

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -137,15 +137,13 @@ module.exports = function (ctx) {
137137

138138
pwa: {
139139
// workboxPluginMode: "InjectManifest",
140-
workboxOptions: {
141-
navigateFallback: "/index.html",
142-
navigateFallbackDenylist: [
143-
// not sure which regex format is correct
144-
// is the leading `/` needed?
145-
/\/[admin,api,flower]+\/.*/,
146-
/[admin,api,flower]+\/.*/,
147-
],
148-
}, // only for NON InjectManifest
140+
// workboxOptions: {
141+
// navigateFallback: "/index.html",
142+
// navigateFallbackDenylist: [
143+
// /\/[admin,api,flower]+\/.*/,
144+
// /[admin,api,flower]+\/.*/,
145+
// ],
146+
// },
149147
manifest: {
150148
// name: "Verbose Equals True",
151149
// short_name: "Verbose Equals True",

0 commit comments

Comments
 (0)