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'
}
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3be9f-2c2ca.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3be9f-2c2ca.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?