Similar to this issue: https://github.com/roots/sage/issues/2017
After I run yarn build:production I am not seeing my custom styles getting added to main.css. I can see the npm dependencies i’ve included getting added as well as the BS styles, just not my styles. I have tried the fix recommended in that support thread but it did not work for me unfortunately. I also have to mention that I’m not using the BS navbar.
I’m using the latest version sage 9 and I’m seeing this issue on my local site and i’m also seeing a webpack hmr error (not sure it’s related).
I have updated homebrew and yarn. After I did that I noticed that I can’t run a new install of sage using composer. Again, not sure that’s related but thought I’d mention it.
I’ve been trying to figure this out for a couple days now.