module-builder icon indicating copy to clipboard operation
module-builder copied to clipboard

Complete solution to build and ship Nuxt modules.

Results 24 module-builder issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`^20.12.7` -> `^20.12.8`](https://renovatebot.com/diffs/npm/@types%2fnode/20.12.7/20.12.8) |...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Repository problems These problems occurred while renovating this repository. [View logs](https://developer.mend.io//github/nuxt/module-builder). - WARN:...

With https://github.com/nuxt/module-builder/commit/7a68e1e we no longer allow the build of the module to use any runtime code. This makes it impossible (?) to re-use code between the module and the runtime...

bug
upstream

I'm writing a [Nuxt Module](https://nuxt.com/docs/guide/going-further/modules), in this module I want to use `` directly in my vue Single File Component. I have some mixins, functions and variables defined in SCSS...

Im trying to `pnpm prepack` a nuxt3 module with a package which exports a simple object and its types file. 1 - In the `playground/node_modules/myPackage/dist` index.d.ts : ``` type Params...

bug

I'm working my way through with Typescript and a bit of a newbie but I can't seem to figure out when developing a new Nuxt 3 module why I type...

needs reproduction

I'm trying to import a JSON file in a vue component, this is how I do it current in a non-module build: `import List from "~/src/json/list.json"` I've tried adding the...

needs reproduction

Hi, I've build a module containing custom components along with global sass variables with default values. A project that uses this module can overwrite the default sass values and the...

documentation
enhancement

Hi, is it possible to exclude files matching a certain pattern from the final build? In my case, we have `.test.ts` files in the same directory as composables and both...

enhancement