Skip to content

Commit

Permalink
adjust config
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0dr1y committed Oct 23, 2023
1 parent c8d5fd9 commit f94ab0f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import path from "path";
import { defineConfig } from "vite";
import vue from "@vitejs/plugin-vue";

// https://vitejs.dev/config/
export default defineConfig({
Expand All @@ -21,5 +20,5 @@ export default defineConfig({
},
},
},
plugins: [vue()],
plugins: [],
});

0 comments on commit f94ab0f

Please sign in to comment.