feat(deps): 添加 rrweb 控制台记录和回放插件支持

- 集成 @rrweb/rrweb-plugin-console-record 插件用于控制台记录功能
- 集成 @rrweb/rrweb-plugin-console-replay 插件用于控制台回放功能
- 更新 package-lock.json 中的相关依赖配置
- 添加 tailwindcss 依赖的 yaml 模块支持
This commit is contained in:
雨霖铃
2026-01-25 22:25:42 +08:00
parent a53b58a007
commit 9c84b7adc0
2 changed files with 39 additions and 0 deletions
+2
View File
@@ -4,6 +4,8 @@
"private": true,
"dependencies": {
"@rrweb/all": "^2.0.0-alpha.18",
"@rrweb/rrweb-plugin-console-record": "^2.0.0-alpha.18",
"@rrweb/rrweb-plugin-console-replay": "^2.0.0-alpha.18",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.1",