diff --git a/crates/turbopack-binding/Cargo.toml b/crates/turbopack-binding/Cargo.toml index 8d415355eb686..67fb04c957b64 100644 --- a/crates/turbopack-binding/Cargo.toml +++ b/crates/turbopack-binding/Cargo.toml @@ -55,6 +55,9 @@ __swc_core_binding_napi_plugin = [ "swc_core/plugin_transform_host_native", "turbopack-ecmascript-plugins/swc_ecma_transform_plugin", ] +__swc_core_binding_napi_plugin_filesystem_cache = [ + "swc_core/plugin_transform_host_native_filesystem_cache", +] __swc_core_binding_napi_allocator = ["swc_core/allocator_node"] __swc_core_binding_wasm = [