nuxt-community / pwa-module

Zero config PWA solution for Nuxt.js
https://pwa.nuxtjs.org
MIT License
1.23k stars 171 forks source link

All typing are not exposed in PWAOptions #512

Open apgapg opened 2 years ago

apgapg commented 2 years ago

ManifestOptions, MetaOptions, PWAOptions, WorkboxOptions are not exported by default. This makes them mandatory to use in nuxt.config.ts.

What I wanted is to separate out pwa options to a new file, but because above are not exported hence not able to use.

Screenshot 2022-03-06 at 10 52 52 AM

t