Skip to content

Commit

Permalink
Fix vite.config duplicate cache configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesBochet committed May 21, 2024
1 parent 36b467d commit 29c2780
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/twenty-chrome-extension/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ export default defineConfig(() => {
hmr: { port: 3002 },
},

cacheDir: './node_modules/.vite',

plugins: [viteManifestHack, crx({ manifest }), react(), tsconfigPaths()],
};
});

0 comments on commit 29c2780

Please sign in to comment.