We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 748d2e9 commit 1a7d412Copy full SHA for 1a7d412
.changeset/flat-frogs-search.md
@@ -0,0 +1,5 @@
1
+---
2
+'@tanstack/devtools-vite': patch
3
4
+
5
+revert fix for solid deduping
packages/devtools-vite/src/plugin.ts
@@ -91,7 +91,7 @@ export const devtools = (args?: TanStackDevtoolsViteConfig): Array<Plugin> => {
91
return
92
}
93
94
- const solidDedupeDeps = [
+ /* const solidDedupeDeps = [
95
'solid-js',
96
'solid-js/web',
97
'solid-js/store',
@@ -106,7 +106,7 @@ export const devtools = (args?: TanStackDevtoolsViteConfig): Array<Plugin> => {
106
optimizeDeps: {
107
include: solidDedupeDeps,
108
},
109
- }
+ } */
110
111
112
{
0 commit comments