mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 14:54:16 +00:00
Remove web
by default
This commit is contained in:
parent
ae506fced6
commit
a4740d6c06
1 changed files with 0 additions and 1 deletions
|
@ -30,7 +30,6 @@ web-sys = { version = "0.3", features = ["AbortController", "AbortSignal"] }
|
|||
tracing = "0.1"
|
||||
|
||||
[features]
|
||||
default = ["csr"]
|
||||
csr = ["leptos/csr", "leptos_meta/csr", "leptos_router/csr"]
|
||||
hydrate = ["leptos/hydrate", "leptos_meta/hydrate", "leptos_router/hydrate"]
|
||||
ssr = [
|
||||
|
|
Loading…
Reference in a new issue