This was going to be “things I liked this year” but books are the easiest for me. One thing I’ve loved doing is the goodreads challenge – here is mine for 2020, it’s simply “read 52 books in 52 weeks”. I don’t put all the books on it, no one really needs to know when …
Vue single file components stop loading css after update
Spoiler: the issue is in the css-loader update and the fix is outlined here. The css-loader needs the esModule: false option. My final webpack.config.js looks like this: More on the issue I was updating an old-ish (3 years) Vue app which had been updated but not regularly. I got everything working again as you do …
Continue reading “Vue single file components stop loading css after update”