There was an error while loading. Please reload this page.
1 parent 4a015c9 commit 13d2f0aCopy full SHA for 13d2f0a
webpack_loader/loader.py
@@ -38,8 +38,7 @@ def get_assets(self):
38
return self.load_assets()
39
40
def filter_chunks(self, chunks):
41
- for c in chunks:
42
- chunk_name = c.get('name')
+ for chunk_name in chunks:
43
ignore = any(regex.match(chunk_name)
44
for regex in self.config['ignores'])
45
if not ignore:
0 commit comments