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 5b630ab commit da6ed94
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 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 @@ -29,7 +29,7 @@
"updates": "16.0.1",
"versions": "12.0.1",
"vite": "5.2.11",
"vite-config-silverwind": "2.0.3",
"vite-config-silverwind": "2.1.0",
"vitest": "1.5.0",
"vitest-config-silverwind": "8.0.4"
}
Expand Down
3 changes: 3 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ import {nodeLib} from "vite-config-silverwind";

export default defineConfig(nodeLib({
url: import.meta.url,
build: {
target: "node18",
},
}));

0 comments on commit da6ed94

Please sign in to comment.