nuxt / module-builder

Complete solution to build and ship Nuxt modules.
MIT License
211 stars 22 forks source link

fix: do not augment nuxt options inside module entry #295

Closed danielroe closed 1 week ago

danielroe commented 1 week ago

This relies on the Nuxt augmentation here instead:

https://github.com/nuxt/nuxt/blob/460d205edd24b280daae6b0dea45b3e9504d653e/packages/nuxt/src/core/templates.ts#L157-L215

this reverts https://github.com/nuxt/module-builder/pull/33