Skip to content

Commit cdcf7e8

Browse files
authored
fix: Remove loupe dependencies from optimizeDeps.include for browser mode (#8570)
1 parent 766e023 commit cdcf7e8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/browser/src/node/plugin.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,6 @@ export default (parentServer: ParentBrowserProject, base = '/'): Plugin[] => {
282282
'vitest > expect-type',
283283
'vitest > @vitest/snapshot > magic-string',
284284
'vitest > @vitest/expect > chai',
285-
'vitest > @vitest/expect > chai > loupe',
286-
'vitest > @vitest/utils > loupe',
287285
'@vitest/browser > @testing-library/user-event',
288286
'@vitest/browser > @testing-library/dom',
289287
]

0 commit comments

Comments
 (0)