Skip to content

Commit

Permalink
Fix semiver import (#4201)
Browse files Browse the repository at this point in the history
  • Loading branch information
pngwn authored May 14, 2023
1 parent 3964b9b commit da5b4ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/hip-bags-smile.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@gradio/client": patch
---

Ensure semiver is bundled so CDN links work correctly.
2 changes: 1 addition & 1 deletion client/js/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ export default defineConfig({
ssr: {
target: "node",
format: "esm",
noExternal: "ws"
noExternal: ["ws", "semiver"]
}
});

0 comments on commit da5b4ee

Please sign in to comment.