Fix vite.config duplicate cache configuration

This commit is contained in:
Charles Bochet
2024-05-21 20:36:25 +02:00
parent 36b467d301
commit 29c27800fb

View File

@@ -38,8 +38,6 @@ export default defineConfig(() => {
hmr: { port: 3002 },
},
cacheDir: './node_modules/.vite',
plugins: [viteManifestHack, crx({ manifest }), react(), tsconfigPaths()],
};
});