You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: