There was an error while loading. Please reload this page.
1 parent eb5244a commit 700bed7Copy full SHA for 700bed7
webpack_loader/loader.py
@@ -51,9 +51,9 @@ def filter_chunks(self, chunks):
51
52
def map_chunk_files_to_url(self, chunks):
53
assets = self.get_assets()
54
+ files = assets['assets']
55
56
for chunk in chunks:
- files = assets['assets']
57
url = self.get_chunk_url(files[chunk])
58
yield { 'name': chunk, 'url': url }
59
0 commit comments