nuxt-modules / tailwindcss

Tailwind CSS module for Nuxt
https://tailwindcss.nuxtjs.org
MIT License
1.6k stars 180 forks source link

chore: update to latest `@nuxt/module-builder` #840

Closed danielroe closed 1 month ago

netlify[bot] commented 1 month ago

Deploy Preview for nuxt-tailwindcss ready!

Name Link
Latest commit 676a527048aa818eb7d8f8532baa535f22da171a
Latest deploy log https://app.netlify.com/sites/nuxt-tailwindcss/deploys/662c0adda62c6c0008cca76e
Deploy Preview https://deploy-preview-840--nuxt-tailwindcss.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

danielroe commented 1 month ago

@ineshbose Is there a reason the merger.mjs file is in the runtime/ directory rather than in the module itself?

ineshbose commented 1 month ago

Is there a reason the merger.mjs file is in the runtime/ directory rather than in the module itself?

Yup! The exported defu instance from this file gets used within the added template here - https://github.com/nuxt-modules/tailwindcss/blob/dac6a9c508d77a3171001befa061672bfd10a065/src/context.ts#L130