Fix semiver import (#4201)

This commit is contained in:
pngwn 2023-05-14 10:42:02 +01:00 committed by GitHub
parent 3964b9be5f
commit da5b4ee117
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
"@gradio/client": patch
---
Ensure semiver is bundled so CDN links work correctly.

View File

@ -18,6 +18,6 @@ export default defineConfig({
ssr: {
target: "node",
format: "esm",
noExternal: "ws"
noExternal: ["ws", "semiver"]
}
});