We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50a956b commit d7b1ceaCopy full SHA for d7b1cea
src/targets.rs
@@ -51,6 +51,7 @@ impl Browsers {
51
Self::from_distribs(resolve(query, &Opts::default())?)
52
}
53
54
+ #[cfg(not(target_arch = "wasm32"))]
55
/// Finds browserslist configuration, selects queries by environment and loads the resulting queries into LightningCSS targets.
56
///
57
/// Configuration resolution is modeled after the original `browserslist` nodeJS package.
0 commit comments