Skip to content

Commit

Permalink
update vite.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
adbenitez committed Sep 7, 2023
1 parent 5ee8d85 commit 1b0ba6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ function eruda(debug = undefined) {
export default defineConfig({
plugins: [
legacy({ renderModernChunks: false }),
eruda(),
zipPack({
outDir: "dist-xdc",
outFileName: name + version + ".xdc",
}),
eruda(),
],

// https://github.com/vitest-dev/vitest
Expand Down

0 comments on commit 1b0ba6a

Please sign in to comment.