I'm following the migration guide to convert from nuxt-tailwind to windi
But dev server stuck to generate these files.

Here is the "reproduce repo":
https://github.com/sondh0127/nuxt21-windi
The problem is with third party libs: (e.g. vue-scroll component).
https://github.com/sondh0127/nuxt21-windi/blob/fc448ece95cacf8ce6e759b3215834c4ac00489d/pages/index.vue#L25
-
When I commented out vue-scroll, the process is still stuck.

-
If I remove the vue-scroll component, the generated process will be finished.
