Skip to content

Commit

Permalink
update vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
koko37 committed Dec 6, 2024
1 parent 393959c commit 3fea9ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@ export default defineConfig({
"@mybucks": path.resolve(__dirname, "./src"),
},
},
optimizeDeps: {
exclude: ["js-big-decimal"],
},
});

0 comments on commit 3fea9ad

Please sign in to comment.