Skip to content

Commit

Permalink
Refactor Vite configuration for readability and consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
rakesh-vajrapu committed Dec 28, 2023
1 parent 0c64618 commit 13d1027
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vite.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react";

// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
});
});

0 comments on commit 13d1027

Please sign in to comment.