module-builder
module-builder copied to clipboard
Complete solution to build and ship Nuxt modules.
With the release of unbuild v3, the EOL status of Nuxt 2, and looking forward to Nuxt 4, we're going to take the opportunity to release v1 of `@nuxt/module-builder`, with...
This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use the latest...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@nuxt/kit](https://nuxt.com/docs/api/kit) ([source](https://redirect.github.com/nuxt/nuxt/tree/HEAD/packages/kit)) | [`^3.16.0` -> `^3.16.1`](https://renovatebot.com/diffs/npm/@nuxt%2fkit/3.16.0/3.16.1) | [](https://docs.renovatebot.com/merge-confidence/) |...
Module build results in "error TS2307: Cannot find module or its corresponding type declarations."
### Environment - Operating System: Windows_NT - Node Version: v20.10.0 - Nuxt Version: 3.15.4 - CLI Version: 3.21.1 - Nitro Version: 2.10.4 - Package Manager: [email protected] - Builder: - -...
**How can I export components from module?** For example, if I don't want to autoimport specific component or if consumer wants to import component explicitly. I managed to find a...
Running `dev:prepare` in the root of a module behaves differently than preparing in the playground
@lewebsimple [pointed out an edge case](https://github.com/nuxt/nuxt/discussions/33869) where, if a module checks for the existence of a certain file, running the `dev:prepare` script will fail when executed from the root of...
### Environment - Operating System: Darwin - Node Version: v22.14.0 - Nuxt Version: 4.2.1 - CLI Version: 3.30.0 - Nitro Version: 2.12.9 - Package Manager: [email protected] - Builder: - -...
## Description Types imported from parent folders have incorrect import paths and do not get recognized by TS due to the incorrect `.js` extension ## Expected Behavior Type import paths...
Hi, I've created a custom module that has a few composeables. When I use the module installed via npmjs I get errors of undefined on pretty much all nuxt utilities...
### Environment - Operating System: `Darwin` - Node Version: `v24.4.1` - Nuxt Version: `4.0.3` - CLI Version: `3.19.1` - Nitro Version: `2.12.4` - Package Manager: `[email protected]` - Builder: `-` -...