We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec1e944 commit 57d183dCopy full SHA for 57d183d
webpack_loader/loader.py
@@ -61,6 +61,7 @@ def get_chunk_url(self, chunk_file):
61
public_path = chunk_file.get('publicPath')
62
if public_path:
63
return public_path
64
+
65
# Use os.path.normpath for Windows paths
66
relpath = os.path.normpath(
67
os.path.join(self.config['BUNDLE_DIR_NAME'], chunk_file['name'])
0 commit comments