Next.js: Styles dont work when use next-routing in dev mode

Created on 5 Jul 2018  路  3Comments  路  Source: vercel/next.js

Bug report

Styles dont work when use next-routing in dev mode

Describe the bug

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

To Reproduce

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

Expected behavior

That when navigating through the URL in the development mode, css will be updated

Screenshots

pic

System information

  • Version of Next.js: [6.1.1]

All 3 comments

+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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

havefive picture havefive  路  3Comments

sospedra picture sospedra  路  3Comments

formula349 picture formula349  路  3Comments

kenji4569 picture kenji4569  路  3Comments

jesselee34 picture jesselee34  路  3Comments