Nuxt rebuild is taking too long (Feathersjs)
[issue link]I’m not sure if it is a problem with Nuxt or Feathers, but when I modify something on the server side it launches a rebuild that takes 30s and is very annoying for developping.
I’m not having this issue with the client part, which takes 4s max to rebuild when a change is detected. I think it’s because the server folder launches a full build when a change happens, and I don’t know how to parameter this.
If you have any idea, it would help me a lot! 😃