You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/perseus-macro/Cargo.toml
-6
Original file line number
Diff line number
Diff line change
@@ -32,9 +32,3 @@ regex = "1"
32
32
trybuild = { version = "1.0", features = ["diff"] }
33
33
sycamore = "=0.8.0-beta.7"
34
34
serde = { version = "1", features = [ "derive" ] }
35
-
36
-
[features]
37
-
# Enables live reloading support (which makes the macros listen for live reload events and adjust appropriately). Do NOT enable this here without also enabling it on `perseus`!
38
-
live-reload = []
39
-
# Enables support for HSR (which makes the macros respond to live reload events by freezing and thawing as appropriate). Do NOT enable this here without also enabling is on `perseus`!
0 commit comments