Sfoglia il codice sorgente

disable Vite file watcher polling

Alexander Musikhin 2 settimane fa
parent
commit
5396569260
1 ha cambiato i file con 0 aggiunte e 3 eliminazioni
  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: [