Skip to content

Commit

Permalink
fix(browser): add magic-string to optimizeDeps.include
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Feb 23, 2024
1 parent 4ff7159 commit ae3be83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/browser/src/node/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ export default (project: WorkspaceProject, base = '/'): Plugin[] => {
include: [
'vitest > @vitest/utils > pretty-format',
'vitest > @vitest/snapshot > pretty-format',
'vitest > @vitest/snapshot > magic-string',
'vitest > diff-sequences',
'vitest > pretty-format',
'vitest > pretty-format > ansi-styles',
Expand Down

0 comments on commit ae3be83

Please sign in to comment.