Browse Source

disable Vite file watcher polling

Alexander Musikhin 2 tuần trước cách đây
mục cha
commit
5396569260
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  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: [