Skip to content

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

@patrickdamery

Description

@patrickdamery

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions