PWA - precache big vendor.js - how to configure? #8940
-
Hello, I'm trying to configure my PWA to precache a rather big vendor.js. When I execute
Looking through the Quasar and workbox documentations, I modified my quasar.conf.js to include:
Unfortunately, this does not change the warning I get. Can you please tell me how to configure this correctly? Kind regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@robert-hanuschke in |
Beta Was this translation helpful? Give feedback.
@robert-hanuschke in
quasar.conf.js>pwa>workboxOptions
https://quasar.dev/quasar-cli/developing-pwa/configuring-pwa#quasar-conf-js.You don't need your manual setup above, just choose
workboxPluginMode: 'InjectManifest'
.