Skip to content

Commit

Permalink
chore: enable preTransform
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Mar 29, 2023
1 parent 00c0fb9 commit 0b5e850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vitest/src/node/plugins/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export async function VitestPlugin(options: UserConfig = {}, ctx = new Vitest('t
},
open,
hmr: false,
// preTransformRequests: false,
preTransformRequests: false,
},
}

Expand Down

0 comments on commit 0b5e850

Please sign in to comment.