diff --git a/manifests/native.json b/manifests/native.json index 86e85ae7..6c618b9a 100644 --- a/manifests/native.json +++ b/manifests/native.json @@ -2157,6 +2157,11 @@ "moduleName": "buffer-from", "replacements": ["Buffer.from"] }, + "clone-deep": { + "type": "module", + "moduleName": "clone-deep", + "replacements": ["structuredClone"] + }, "collection-map": { "type": "module", "moduleName": "collection-map",