We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7a11bb commit 607ae56Copy full SHA for 607ae56
1 file changed
crates/swc/src/plugin.rs
@@ -199,6 +199,7 @@ impl Fold for RustPlugins {
199
}
200
201
202
+#[cfg(feature = "plugin")]
203
pub(crate) fn compile_wasm_plugins(
204
cache_root: Option<&str>,
205
plugins: &[PluginConfig],
0 commit comments