Next-plugins: Not rebuild styles when navigating

Created on 11 Feb 2019  路  4Comments  路  Source: vercel/next-plugins

Bug report

Describe the bug

When navigating through the pages in dev mode do not rebuild styles

To Reproduce

Steps to reproduce the behavior, please provide code snippets or a repository:

  1. Start app
  2. Click on link to /about
  3. In styles.chunk.css missing class for "about page"
  4. See heading without border

Expected behavior

When navigating in dev mode, rebuild styles will occur.

System information

  • OS: [Windows]
  • Browser [chrome]
  • Version of Next.js: [8.0.0]

Additional context

Using next-sass and css-modules

rep https://github.com/popuguytheparrot/next-sass-with-modules-bug

Most helpful comment

Tracking that in #282.

All 4 comments

@timneutkens

Looks like a duplicate of #282.

@timneutkens Maybe you somehow fix it ?

Tracking that in #282.

Was this page helpful?
0 / 5 - 0 ratings