Trying to upgrade to @nuxtjs/tailwind 4.0.3 as especially the JIT feature is attractive! Howver, I keep getting errors when trying to build (npm run build) the solution. It works perfectly fine when when doing an npm run dev.
Any ideas as to what I'm missing here?
Package.json looks like this:

and nuxt.config.js relevant sections:
buildModules: [ '@nuxtjs/tailwindcss', '@nuxt/postcss8' ],
The error looks like this:

Any ideas?
Trying to upgrade to @nuxtjs/tailwind 4.0.3 as especially the JIT feature is attractive! Howver, I keep getting errors when trying to build (npm run build) the solution. It works perfectly fine when when doing an npm run dev.
Any ideas as to what I'm missing here?
Package.json looks like this:
and nuxt.config.js relevant sections:
buildModules: [ '@nuxtjs/tailwindcss', '@nuxt/postcss8' ],The error looks like this:
Any ideas?