This is not a bug. When yarn in running in “development mode” it doesn’t regenerate the CSS, it just uses Hot Module Reloading to insert it directly into the browser. This will cause you to see errors in the browser console about how it can’t find main.css, but that’s expected.