How to not display the hot load console information of Webpack module

below. I configure it according to the instructions of https://www.npmjs.com/package. here. It can be used normally, that is, it is annoying to update the console to display one page each time

. < hr >

[React Transform HMR] Patching Login
[React Transform HMR] Patching WebSettingNoticeAdd
[React Transform HMR] Patching QuickEdit
.
[React Transform HMR] Patching Index
[HMR] Updated modules:
[HMR]-321
.
[HMR] App is up to date.

Apr.25,2021

after setting the following settings, the console at the beginning of [HMR] is gone, and you can barely use

.
devServer: {
  clientLogLevel: 'none'
}
Menu