Skip to content

Commit

Permalink
Merge pull request #33 from k2tzumi/add-vite-config
Browse files Browse the repository at this point in the history
Add vite config
  • Loading branch information
k2tzumi authored Mar 24, 2024
2 parents 281650b + 41afe4a commit 065faff
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 065faff

Please sign in to comment.