Skip to content

Commit

Permalink
fix(browser): correctly optimize CJS dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Jul 3, 2023
1 parent 4c8b605 commit 3d0908e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/browser/src/node/index.ts
Expand Up @@ -51,6 +51,7 @@ export default (project: any, base = '/'): Plugin[] => {
'@vitest/utils',
],
include: [
'vitest > @vitest/utils > pretty-format',
'vitest > diff-sequences',
'vitest > loupe',
'vitest > pretty-format',
Expand Down

0 comments on commit 3d0908e

Please sign in to comment.