Skip to content

Commit 4aeb0c6

Browse files
committed
refactor: remove publicPath log
1 parent 9e2164e commit 4aeb0c6

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

lib/Server.js

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -700,20 +700,6 @@ class Server {
700700
);
701701
}
702702

703-
if (
704-
this.options.devMiddleware &&
705-
typeof this.options.devMiddleware.publicPath !== 'undefined'
706-
) {
707-
this.logger.info(
708-
`webpack output is served from '${colors.info(
709-
useColor,
710-
this.options.devMiddleware.publicPath === 'auto'
711-
? '/'
712-
: this.options.devMiddleware.publicPath
713-
)}' URL`
714-
);
715-
}
716-
717703
if (this.options.static && this.options.static.length > 0) {
718704
this.logger.info(
719705
`Content not from webpack is served from '${colors.info(

0 commit comments

Comments
 (0)