I kept getting an error when trying to load Vue via django-webpack-loader. For some reason my webpack-stats.json file included in the chunks a .map.css file that didn't even exist. This causes a key error when trying to load the asset for this chunk.
Considering I was ignoring all .map files as specified in the documentation this error shouldn't even come up as we should be ignoring this file in the first place.