Skip to content

Commit

Permalink
Update vite cache dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Temzasse committed Oct 27, 2024
1 parent 47a0231 commit e5f8bd2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ dist
.vscode
.yalc
yalc.lock
.vite
2 changes: 1 addition & 1 deletion example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions example/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ import react from '@vitejs/plugin-react';

export default defineConfig({
plugins: [react()],
cacheDir: '.vite',
});

0 comments on commit e5f8bd2

Please sign in to comment.