Closed nhh closed 1 month ago
I was trying to find what changes were doing to setting up the viewer between 6.11.4 and 6.12.1, and couldn't find anything... until I realised that we are adding the serverMiddleware in modules:done
hook now. It's working on my PC, so I wonder if this is some race condition.
@danielroe thoughts on modules updating serverMiddleware
in modules:done
for Nuxt 2? (ignore this till after your holiday please)
Hi @nhh, a fix was just pushed - can you test nightly version of the module please? (after CI is done)
Environment
nuxt: 2.18.1 @nuxtjs/tailwindcss: 6.12.1
Reproduction
https://stackblitz.com/edit/nuxt-starter-z3wjs5?file=nuxt.config.js
Describe the bug
After upgrading the nuxt tailwindcss module, the tailwind viewer breaks.
Additional context
Logs