We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 861ca84 commit c6f944eCopy full SHA for c6f944e
gulp/webpack.js
@@ -20,8 +20,7 @@ gulp.task('webpack-dev-server', function(callback) {
20
21
server.listen(8080, "localhost", function() {});
22
23
- gutil.log('[webpack-dev-server]',
24
- 'http://localhost:8080/');
+ gutil.log('[webpack-dev-server]', 'http://localhost:8080/');
25
26
callback();
27
});
0 commit comments