-
Notifications
You must be signed in to change notification settings - Fork 100
fix: conflict with @nuxtjs/pwa
#307
Comments
@nuxtjs/pwa
Hello! I've run into this issue, but I don't really get what should I do to fix it?
The only option is to remove @nuxtjs/pwa? What about patching the pwa package to be compatible? Sorry, I'm quite new to nuxt and javascript, could you give me some pointers here, please? |
@1ed Could you share a reproduction? It almost like like you don't have |
I've found what was wrong. I've used |
I have the same issue I am not running Nuxt with typescript; this has only happened when I have the composition-API plugin. |
Using this module at the moment conflicts with
@nuxtjs/pwa
which expects to find a global head object rather than ahead()
function. At the moment the module will simply disableuseMeta
use withinonGlobalSetup
if@nuxtjs/pwa
is detected.The text was updated successfully, but these errors were encountered: