Showing
1 changed file
with
1 additions
and
1 deletions
@@ -187,7 +187,7 @@ gulp.task('webpack-dev-server', () => { | @@ -187,7 +187,7 @@ gulp.task('webpack-dev-server', () => { | ||
187 | 187 | ||
188 | new WebpackDevServer(webpack(devConfig), { | 188 | new WebpackDevServer(webpack(devConfig), { |
189 | contentBase: '.', | 189 | contentBase: '.', |
190 | - publicPath: '//localhost:5001/', | 190 | + publicPath: 'http://localhost:5001/', |
191 | hot: true, | 191 | hot: true, |
192 | stats: { | 192 | stats: { |
193 | colors: true | 193 | colors: true |
-
Please register or login to post a comment