We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a697bf commit 301b217Copy full SHA for 301b217
packages/vite-plugin/vitest.config.ts
@@ -7,6 +7,7 @@ const packageJson = await import("./package.json");
7
export default defineProject({
8
...config,
9
plugins: [
10
+ //@ts-expect-error handle conflicting version types
11
{
12
...replace({
13
preventAssignment: true,
0 commit comments