Seeing this now
Vue error every time app.scss is compiled
Greetings. I've had a strange problem with a handful of recent projects (all L5.4). I will have to check on the exact versions, but it's been every new Laravel project in the last month or so.
Typical setup, using Vue, watching/compiling it with an unaltered webpack.mix.js file (npm run watch). Everything works well.
Any time I update app.scss or _variables.scss (seemingly anything having to do with css), it gets compiled successfully, but any page loads result in a console error...
Uncaught TypeError: Cannot read property 'common' of undefined
If I save a couple of my .vue files, compilation is executed again and everything works as expected. Seriously, I just open a couple component files and save them. I found that just saving one file once didn't do the trick.
It's as if compiling layout changes (css), while not making nmp run watch cranky, is making the compile app.js cranky. The fix, every time, just save a few Vue components and let things get compiled again.
Thoughts? Has anyone else seen this?
Please or to participate in this conversation.