Skip to content

Commit

Permalink
update vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed May 24, 2024
1 parent c2c27bf commit 18fa409
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"typescript-config-silverwind": "4.3.2",
"updates": "16.1.1",
"vite": "5.2.11",
"vite-config-silverwind": "2.1.0",
"vite-config-silverwind": "2.1.1",
"vitest": "1.6.0",
"vitest-config-silverwind": "9.0.6"
}
Expand Down
1 change: 0 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import {nodeCli} from "vite-config-silverwind";

export default defineConfig(nodeCli({
url: import.meta.url,
noDts: true,
build: {
target: "node18",
},
Expand Down

0 comments on commit 18fa409

Please sign in to comment.