Search Docs
boolean
true
Whether to enable Hot Module Replacement.
If hmr is set to false, the HMR and react-refresh will no longer work.
hmr
false
export default { dev: { hmr: false, }, };
See Hot Module Replacement for more information.