mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-12 12:40:29 +08:00
Fix semiver import (#4201)
This commit is contained in:
parent
3964b9be5f
commit
da5b4ee117
5
.changeset/hip-bags-smile.md
Normal file
5
.changeset/hip-bags-smile.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"@gradio/client": patch
|
||||
---
|
||||
|
||||
Ensure semiver is bundled so CDN links work correctly.
|
@ -18,6 +18,6 @@ export default defineConfig({
|
||||
ssr: {
|
||||
target: "node",
|
||||
format: "esm",
|
||||
noExternal: "ws"
|
||||
noExternal: ["ws", "semiver"]
|
||||
}
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user