kevinmarrec / nuxt-pwa-module

⚠️ DEPRECATED ⚠️ Zero config PWA solution for Nuxt 3
MIT License
338 stars 32 forks source link

my nuxt sources files are not at root, and no manifest.json found #35

Closed robthepaper closed 1 year ago

robthepaper commented 1 year ago

Hi, in my nuxt.config.ts file, I set srcDir: 'src',

and no manifest is found

how can I configure the pwa module for that?

robthepaper commented 1 year ago

re, ok, as said in another issue, using "nuxt": "npm:nuxt3@3.0.0-rc.8-27696104.af2835f" solved it

kevinmarrec commented 1 year ago

Nuxt 3.0.0-rc.9 has been released ! Let's follow #32 and I'll close it if everything goes fine in the coming days.