Skip to content

Commit 07f6697

Browse files
authored
perf: remove visitor feature of lightningcss (#10884)
1 parent 8671bc1 commit 07f6697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rspack_loader_lightningcss/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ version = "0.2.0"
1010
[dependencies]
1111
async-trait = { workspace = true }
1212
derive_more = { workspace = true, features = ["debug"] }
13-
lightningcss = { workspace = true, features = ["sourcemap", "visitor", "into_owned"] }
13+
lightningcss = { workspace = true, features = ["sourcemap", "into_owned"] }
1414
parcel_sourcemap = { workspace = true }
1515
rspack_browserslist = { workspace = true }
1616
rspack_cacheable = { workspace = true }

0 commit comments

Comments
 (0)