Running the nuxt.js app in dev mode using "npm run dev". The moment I change any style(.scss) file or nuxt.config file, the bundle get succeeded but if I refresh the browser then it hangs and there is an error in console as "UnhandledPromiseRejectionWarning: Unhandled promise rejection".
Is there any workaround to resolve this issue. I've to run again "npm run dev" to see the changes. Its really delaying the development productivity.
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c825">#c825</a>)</em></sub></div>