Appearance
HMR, hot module replacement,
在配置文件中配置:
module.exports = { //... devServer: { hot: true, }, };
如果想在构建失败时不刷新页面作为回退,使用 hot: 'only'