Skip to content

Commit

Permalink
fix: fixes vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherferreira9 committed Oct 25, 2024
1 parent d7e414d commit bb30510
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/examples/react-demo/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import react from '@vitejs/plugin-react'
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
base: './',
build: {
outDir: './build',
emptyOutDir: true, // also necessary
Expand Down

0 comments on commit bb30510

Please sign in to comment.