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 5d1b1db commit 99971c3
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 33 deletions.
58 changes: 29 additions & 29 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"typescript": "5.4.5",
"typescript-config-silverwind": "4.3.2",
"updates": "16.1.1",
"versions": "12.0.2",
"versions": "12.1.1",
"vite": "5.2.11",
"vite-config-silverwind": "1.1.2",
"vite-config-silverwind": "2.0.3",
"vite-plugin-dts": "3.9.1",
"vitest": "1.6.0",
"vitest-config-silverwind": "9.0.6"
Expand Down
4 changes: 2 additions & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {defineConfig} from "vite";
import {lib} from "vite-config-silverwind";
import {nodeLib} from "vite-config-silverwind";

export default defineConfig(lib({
export default defineConfig(nodeLib({
url: import.meta.url,
build: {
target: "node14",
Expand Down

0 comments on commit 99971c3

Please sign in to comment.