Skip to content

Commit 6b6aa45

Browse files
feat: make the vite plugin remove devtools and its plugins completely (#148)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent c6e49ca commit 6b6aa45

File tree

4 files changed

+479
-24
lines changed

4 files changed

+479
-24
lines changed

.changeset/plenty-lions-camp.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@tanstack/devtools-vite': patch
3+
'@tanstack/devtools': patch
4+
---
5+
6+
improve devtools removal and fix issues with css

examples/react/start/vite.config.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ const config = defineConfig({
2222
}),
2323
Inspect(),
2424
tailwindcss(),
25-
tanstackStart({
26-
customViteReactPlugin: true,
27-
}),
25+
tanstackStart({}),
2826
viteReact(),
2927
],
3028
})

0 commit comments

Comments
 (0)