Skip to content

Commit c74a322

Browse files
authored
fix website preview (#28)
* fix website preview * f * Revert "f" This reverts commit 9742dde. * f * fs * Discard changes to .github/workflows/bun-formatcheck.yml * chore: Add React and ReactDOM to Vite's dedupe configuration. * Discard changes to package.json
1 parent 8f2ae71 commit c74a322

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

index.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ export default defineConfig({
66
alias: {
77
lib: path.resolve(__dirname, "lib"),
88
},
9+
dedupe: ["react", "react-dom"],
910
},
1011
})

0 commit comments

Comments
 (0)