Skip to content

Commit 8f04e79

Browse files
authoredMar 14, 2024··
fix(browser): add magic-string to optimizeDeps.include (#5278)
1 parent 07ec377 commit 8f04e79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎packages/browser/src/node/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ export default (project: WorkspaceProject, base = '/'): Plugin[] => {
149149
include: [
150150
'vitest > @vitest/utils > pretty-format',
151151
'vitest > @vitest/snapshot > pretty-format',
152+
'vitest > @vitest/snapshot > magic-string',
152153
'vitest > diff-sequences',
153154
'vitest > pretty-format',
154155
'vitest > pretty-format > ansi-styles',

0 commit comments

Comments
 (0)
Please sign in to comment.