Skip to content

Commit 57d183d

Browse files
committed
Improves formatting
1 parent ec1e944 commit 57d183d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webpack_loader/loader.py

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ def get_chunk_url(self, chunk_file):
6161
public_path = chunk_file.get('publicPath')
6262
if public_path:
6363
return public_path
64+
6465
# Use os.path.normpath for Windows paths
6566
relpath = os.path.normpath(
6667
os.path.join(self.config['BUNDLE_DIR_NAME'], chunk_file['name'])

0 commit comments

Comments
 (0)