Skip to content

Commit

Permalink
ignore netlify files (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
ainsofs authored Jun 11, 2022
1 parent 676954c commit a384c17
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion q-app/quasar-project/quasar.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,9 @@ module.exports = configure(function (ctx) {
// https://v2.quasar.dev/quasar-cli-webpack/developing-pwa/configuring-pwa
pwa: {
workboxPluginMode: "GenerateSW", // 'GenerateSW' or 'InjectManifest'
workboxOptions: {}, // only for GenerateSW
workboxOptions: {
exclude: [/_redirects/, /netlify.toml/],
}, // only for GenerateSW

// for the custom service worker ONLY (/src-pwa/custom-service-worker.[js|ts])
// if using workbox in InjectManifest mode
Expand Down

0 comments on commit a384c17

Please sign in to comment.