nextjs-with-scss
nextjs-with-scss copied to clipboard
cache issue
Hi, first thanks for your work.
It seems there is a bug where when an imported file is changed in development mode the system is not able to catch the change.
Steps to reproduce:
- start with yarn dev
- see output on browser
- change anything on styles/base.layout.scss
- changes are not affected on browser
- change anything on styles/style.scss
- now changes on #3 are visible on browser
I've created a PR to test this.