[ ] ๐ Documentation (updates to the documentation, readme or JSDoc annotations)
[ ] ๐ Bug fix (a non-breaking change that fixes an issue)
[x] ๐ Enhancement (improving an existing functionality like performance)
[ ] โจ New feature (a non-breaking change that adds functionality)
[x] ๐งน Chore (updates to the build process or auxiliary tools and libraries)
[ ] โ ๏ธ Breaking change (fix or feature that would cause existing functionality to change)
๐ Description
Using @nuxt/module-builder will prevent our types from breaking other modules (ref https://github.com/nuxt/nuxt/issues/28672). The changes in this PR are a bit messy, I think a good followup would be to split up the Vue plugin and Nuxt module in a packages directory.
๐ Linked issue
โ Type of change
๐ Description
Using
@nuxt/module-builder
will prevent our types from breaking other modules (ref https://github.com/nuxt/nuxt/issues/28672). The changes in this PR are a bit messy, I think a good followup would be to split up the Vue plugin and Nuxt module in apackages
directory.๐ Checklist