nuxt / module-builder

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

Importing directly from module entry points is not allowed. #220

Closed ennioVisco closed 5 months ago

ennioVisco commented 5 months ago

This error is given in the playground with the default import of the module, following the scaffolding instructions

Reproduction:

image
danielroe commented 5 months ago

I can't reproduce this following those steps... Are you importing from your module in the plugin?

ennioVisco commented 5 months ago

I apologize. I added one line extra from the scaffold that was the import of the package name from the module. I didn't image that would have this effect, nor the error helped me get it 😅 By moving it to an external file, the issue is solved. Thanks a lot 🙏