Skip to content

Commit eb6fbc9

Browse files
committed
plugin: remove react & react-dom dedupe
This is no longer needed
1 parent cd2ba0d commit eb6fbc9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

plugin/vite.config.mts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,6 @@ export default defineConfig({
6767
}),
6868
bundleAnalyzerPlugin(),
6969
],
70-
resolve: {
71-
dedupe: ["react", "react-dom"],
72-
},
7370
build: {
7471
// We aren't building a website, so we build in library mode
7572
// and bundle the output using our index.ts as the entrypoint.

0 commit comments

Comments
 (0)