Skip to content

Commit ab57900

Browse files
committed
Fix webpack dev server publicPath
1 parent fdf21f8 commit ab57900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/serve.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ module.exports = (args) => BbPromise.resolve(args)
9595
aggregateTimeout: 300,
9696
poll: 1000,
9797
},
98-
publicPath: '/public/',
98+
publicPath: '/',
9999
stats: {
100100
colors: true,
101101
chunks: false,

0 commit comments

Comments
 (0)