Skip to content

Commit bf75b14

Browse files
author
John Gozde
committed
Make 'publicPath' relative.
- Fixes async chunk loading on Windows
1 parent 30fd73c commit bf75b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module.exports = {
88
path: 'build',
99
filename: 'bundle.js',
1010
chunkFilename: '[id].js',
11-
publicPath: '/build/'
11+
publicPath: 'build/'
1212
},
1313

1414
resolve: {

0 commit comments

Comments
 (0)