We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baa1a2b commit 00873d6Copy full SHA for 00873d6
napi/Cargo.toml
@@ -10,7 +10,7 @@ edition = "2021"
10
[features]
11
default = []
12
visitor = ["lightningcss/visitor"]
13
-bundler = ["dep:crossbeam-channel", "dep:rayon"]
+bundler = ["dep:crossbeam-channel", "rayon"]
14
15
[dependencies]
16
serde = { version = "1.0.123", features = ["derive"] }
0 commit comments