Skip to content

Commit f7724ce

Browse files
fix: changed this.options.info to this.logger.info (#2910)
Co-authored-by: Vasili Koval <[email protected]>
1 parent b0ad9d8 commit f7724ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ class Server {
626626
this.options.dev &&
627627
typeof this.options.dev.publicPath !== 'undefined'
628628
) {
629-
this.options.info(
629+
this.logger.info(
630630
`webpack output is served from '${colors.info(
631631
useColor,
632632
this.options.dev.publicPath === 'auto'

0 commit comments

Comments
 (0)