Styles dont work when use next-routing in dev mode
In the development mode, no styles are going to the components when navigating through links for components.
The style file in .next / statics / style.css does not update, when changing to another url
use next-routing
use sass with css-modules
Start the server, move to a different page
The creation of the chunk for the page begins, but the styles will not be created for the page
That when navigating through the URL in the development mode, css will be updated
+1. This bug is real
I'm using next-less plugin
github.com/zeit/next-plugins. This is unrelated to next.js core.
@timneutkens its core! Webpack config in core work not correctly