We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1eb338 commit 4158c49Copy full SHA for 4158c49
webpack_loader/loaders.py
@@ -82,7 +82,7 @@ def map_chunk_files_to_url(self, chunks):
82
83
def get_chunk_url(self, chunk_file):
84
public_path = chunk_file.get("publicPath")
85
- if public_path:
+ if public_path and public_path != "auto":
86
return public_path
87
88
# Use os.path.normpath for Windows paths
0 commit comments