Skip to content

Commit 74df56f

Browse files
committed
chore: format and narrow down deps (react-dom/)
1 parent 244d8d3 commit 74df56f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vite.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ export default defineConfig({
7777
}
7878

7979
if (
80-
id.includes("node_modules/react-dom") ||
81-
id.includes("node_modules/react/")
80+
id.includes('node_modules/react-dom/') ||
81+
id.includes('node_modules/react/')
8282
) {
83-
return "react";
83+
return 'react'
8484
}
8585
}
8686
},

0 commit comments

Comments
 (0)