Stylelint not outputting errors after update

Hi all,

Previously I used this post to make yarn build output sensible errors, but after a recent composer update this is not working any more. Even with this in my webpack.config.js file, stylelint is just failing without saying where or what is wrong!

Has anyone else experienced this?

Kevin

What happens when you run yarn start?

@ben it seems to work fine, I’m getting errors on the console as well as in the browser as you’d expect. The reason I’m using yarn build is because I was finding browsersync a little unreliable in parts, I think because I’m building a site which is mainly ‘logged in’