Skip to content

Commit

Permalink
fix: Exclude SSRProvider from build
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenjwatkins committed May 8, 2024
1 parent 01dabc5 commit 2c2f8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easy-ui-react/vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default defineConfig({
]),
},
rollupOptions: {
external: ["react", "react-dom"],
external: ["react", "react-dom", "@react-aria/ssr"],
output: [
{
format: "cjs",
Expand Down

0 comments on commit 2c2f8d0

Please sign in to comment.