Skip to content

Commit ae1837d

Browse files
authored
Remove Solid Dedupe
1 parent cf40ac8 commit ae1837d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/devtools-vite/src/plugin.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ export const devtools = (args?: TanStackDevtoolsViteConfig): Array<Plugin> => {
146146
return
147147
}
148148

149-
const solidDedupeDeps = [
149+
/* const solidDedupeDeps = [
150150
'solid-js',
151151
'solid-js/web',
152152
'solid-js/store',
@@ -161,7 +161,7 @@ export const devtools = (args?: TanStackDevtoolsViteConfig): Array<Plugin> => {
161161
optimizeDeps: {
162162
include: solidDedupeDeps,
163163
},
164-
}
164+
} */
165165
},
166166
},
167167
{

0 commit comments

Comments
 (0)