79444088

Date: 2025-02-16 23:01:20
Score: 1
Natty:
Report link

In my case deleting hmr from vite.config.js solved the issue.

export default defineConfig({
  plugins: [
    vue(),
    vueDevTools()
  ],
  server: {
    port: 3000,
  },
  resolve: {
    alias: {
      '@': fileURLToPath(new URL('./src', import.meta.url))
    },
  },
});
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Doctor One