Ver código fonte

disable Vite file watcher polling

Alexander Musikhin 2 semanas atrás
pai
commit
5396569260
1 arquivos alterados com 0 adições e 3 exclusões
  1. 0 3
      vite.config.js

+ 0 - 3
vite.config.js

@@ -7,9 +7,6 @@ export default defineConfig({
         port: 5172,
         hmr: {
             host: '127.0.0.1'
-        },
-        watch: {
-            usePolling: true,
         }
     },
     plugins: [