Skip to content

Commit

Permalink
build: fix build conf 🚑️
Browse files Browse the repository at this point in the history
  • Loading branch information
laine001 committed May 25, 2024
1 parent 05fc667 commit 4920774
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions blog/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { defineConfig } from 'vite'

export default defineConfig({
build: {
rollupOptions: {
external: ['canvas-confetti'],
},
},
// build: {
// rollupOptions: {
// external: ['canvas-confetti'],
// },
// },
server: {
port: 9529,
},
Expand Down

0 comments on commit 4920774

Please sign in to comment.