Home

Issue: 983

Is it possible to watch server-side code without re-rendering client-side code?

[issue link]

Every time I make changes to server-side code in /app, the entire project rebuilds itself from scratch, including /resources. Is there a way to prevent this so that changes in /app only rebuilds /app?

This question is available on Nuxt.js community (#c852)