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 d2b8837 commit 4dd51feCopy full SHA for 4dd51fe
lib/Server.js
@@ -700,20 +700,6 @@ class Server {
700
);
701
}
702
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
-
717
if (this.options.static && this.options.static.length > 0) {
718
this.logger.info(
719
`Content not from webpack is served from '${colors.info(
0 commit comments