From dc8dbf28feebd51e3db1c9bab49bfc7947ef5822 Mon Sep 17 00:00:00 2001 From: Greg Johnston Date: Fri, 23 Dec 2022 16:57:36 -0500 Subject: [PATCH] Turn off `web` by default --- leptos_dom/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/leptos_dom/Cargo.toml b/leptos_dom/Cargo.toml index a7e403cc9c..bb76bd70ac 100644 --- a/leptos_dom/Cargo.toml +++ b/leptos_dom/Cargo.toml @@ -137,7 +137,6 @@ features = [ ] [features] -default = ["web"] web = ["leptos_reactive/csr", "leptos/csr"] ssr = ["leptos_reactive/ssr", "leptos/ssr"] stable = ["leptos_reactive/stable"]