Skip to content
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

Commit c30e774

Browse files
committed
Add protocol to output.publicPath
Fixes bug where nothing can be served
1 parent c84d4c5 commit c30e774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module.exports = {
44
entry: './index.js',
55

66
output: {
7-
publicPath: `//localhost:8080/`,
7+
publicPath: `http://localhost:8080/`,
88
},
99

1010
plugins: [

0 commit comments

Comments
 (0)