Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Styles dont work when use next-routing in dev mode #4732

Closed
popuguytheparrot opened this issue Jul 5, 2018 · 3 comments
Closed

Styles dont work when use next-routing in dev mode #4732

popuguytheparrot opened this issue Jul 5, 2018 · 3 comments

Comments

@popuguytheparrot
Copy link
Contributor

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]
@vanya2h
Copy link

vanya2h commented Jul 17, 2018

+1. This bug is real
I'm using next-less plugin

@timneutkens
Copy link
Member

github.com/zeit/next-plugins. This is unrelated to next.js core.

@popuguytheparrot
Copy link
Contributor Author

@timneutkens its core! Webpack config in core work not correctly

@lock lock bot locked as resolved and limited conversation to collaborators Jul 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants