Skip to content

HMR不生效

添加以下配置到vite.config.js中:

js
server: {
    watch: {
      usePolling: true,
    }
  },
}