Skip to content

Commit a6cfc4e

Browse files
committed
chore: update vite-plus@0.2.0
1 parent e96fec9 commit a6cfc4e

4 files changed

Lines changed: 615 additions & 337 deletions

File tree

.vscode/settings.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,14 @@
1717
"typescript.preferences.importModuleSpecifierEnding": "js",
1818
"typescript.reportStyleChecksAsWarnings": false,
1919
"typescript.updateImportsOnFileMove.enabled": "always",
20-
"typescript.experimental.useTsgo": true
20+
"typescript.experimental.useTsgo": true,
21+
"editor.defaultFormatter": "oxc.oxc-vscode",
22+
"[javascriptreact]": {
23+
"editor.defaultFormatter": "oxc.oxc-vscode"
24+
},
25+
"oxc.fmt.configPath": "./vite.config.ts",
26+
"editor.formatOnSaveMode": "file",
27+
"editor.codeActionsOnSave": {
28+
"source.fixAll.oxc": "explicit"
29+
}
2130
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"tshy-after": "^1.4.1",
101101
"typescript": "^6.0.0",
102102
"vite": "npm:@voidzero-dev/vite-plus-core@^0.1.24",
103-
"vite-plus": "^0.1.24",
103+
"vite-plus": "^0.2.0",
104104
"vitest": "npm:@voidzero-dev/vite-plus-test@^0.1.24"
105105
},
106106
"tshy": {

0 commit comments

Comments
 (0)