We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32f5927 commit ec782b3Copy full SHA for ec782b3
1 file changed
nuxt.config.ts
@@ -1,5 +1,12 @@
1
export default defineNuxtConfig({
2
modules: [
3
+ function (_, nuxt) {
4
+ if (nuxt.options._prepare) {
5
+ nuxt.options.pwa ||= {}
6
+ nuxt.options.pwa.pwaAssets ||= {}
7
+ nuxt.options.pwa.pwaAssets.disabled = true
8
+ }
9
+ },
10
'@unocss/nuxt',
11
'@nuxt/eslint',
12
'@nuxtjs/html-validator',
0 commit comments