NuxtN
Nuxt5mo ago
5 replies
Gary

@source path blown up in module build

I have a module that utilizes tailwind 4 and has a source like-a-so:

@source "./../../**/*.vue"


When I build it gets transformed to

@source "./../.. *.vue"


Any ideas?
Was this page helpful?