Skip to content

Commit

Permalink
Add vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
k2tzumi committed Mar 24, 2024
1 parent 281650b commit 41afe4a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { defineConfig } from "vite";

export default defineConfig({
optimizeDeps: {
include: ["@katzumi/slidev-addon-qrcode > styled-qr-code"],
},
});

0 comments on commit 41afe4a

Please sign in to comment.