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 cf40ac8 commit ae1837dCopy full SHA for ae1837d
1 file changed
packages/devtools-vite/src/plugin.ts
@@ -146,7 +146,7 @@ export const devtools = (args?: TanStackDevtoolsViteConfig): Array<Plugin> => {
146
return
147
}
148
149
- const solidDedupeDeps = [
+ /* const solidDedupeDeps = [
150
'solid-js',
151
'solid-js/web',
152
'solid-js/store',
@@ -161,7 +161,7 @@ export const devtools = (args?: TanStackDevtoolsViteConfig): Array<Plugin> => {
161
optimizeDeps: {
162
include: solidDedupeDeps,
163
},
164
- }
+ } */
165
166
167
{
0 commit comments