Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't try to check files that should be ignored in get_bundle #294

Closed
patrickdamery opened this issue Aug 17, 2021 · 4 comments
Closed

Don't try to check files that should be ignored in get_bundle #294

patrickdamery opened this issue Aug 17, 2021 · 4 comments
Assignees

Comments

@patrickdamery
Copy link

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.

@patrickdamery
Copy link
Author

I see that this was actually addressed in #280 and a fix was made in #286. When will the updates be released?

@fjsj
Copy link
Member

fjsj commented Aug 19, 2021

Hi @patrickdamery , we'll release the fix soon, possibly tomorrow or next Monday. Thanks for the issue.

@fjsj
Copy link
Member

fjsj commented Aug 24, 2021

@joaopslins please close this once the release is made

@joaopslins
Copy link
Contributor

Fixed in 1.3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants