fix: move patch function into utils to improve bundling (#1631)

* fix: move patch function into utils to improve bundling

---------

Co-authored-by: pauldambra <pauldambra@users.noreply.github.com>
Co-authored-by: Justin Halsall <Juice10@users.noreply.github.com>
This commit is contained in:
Paul D'Ambra
2025-02-06 15:10:50 +00:00
committed by GitHub
parent 3e9e42fdfd
commit 88ea2d05c1
13 changed files with 71 additions and 54 deletions

View File

@@ -0,0 +1,8 @@
---
"@rrweb/rrweb-plugin-console-record": patch
"@rrweb/record": patch
"rrweb": patch
"@rrweb/utils": patch
---
Move patch function into @rrweb/utils to improve bundling