|
24 | 24 | "name": "rrweb-snapshot (package)",
|
25 | 25 | "path": "../packages/rrweb-snapshot"
|
26 | 26 | },
|
| 27 | + { |
| 28 | + "name": "@rrweb/all", |
| 29 | + "path": "../packages/all" |
| 30 | + }, |
| 31 | + { |
| 32 | + "name": "@rrweb/record", |
| 33 | + "path": "../packages/record" |
| 34 | + }, |
| 35 | + { |
| 36 | + "name": "@rrweb/replay", |
| 37 | + "path": "../packages/replay" |
| 38 | + }, |
| 39 | + { |
| 40 | + "name": "@rrweb/types", |
| 41 | + "path": "../packages/types" |
| 42 | + }, |
| 43 | + { |
| 44 | + "name": "@rrweb/packer", |
| 45 | + "path": "../packages/packer" |
| 46 | + }, |
27 | 47 | {
|
28 | 48 | "name": "web-extension (package)",
|
29 | 49 | "path": "../packages/web-extension"
|
30 | 50 | },
|
31 | 51 | { "name": "rrvideo (package)", "path": "../packages/rrvideo" },
|
32 |
| - { "name": "@rrweb/types", "path": "../packages/types" } |
| 52 | + { |
| 53 | + "name": "@rrweb/rrweb-plugin-console-record", |
| 54 | + "path": "../packages/plugins/rrweb-plugin-console-record" |
| 55 | + }, |
| 56 | + { |
| 57 | + "name": "@rrweb/rrweb-plugin-console-replay", |
| 58 | + "path": "../packages/plugins/rrweb-plugin-console-replay" |
| 59 | + }, |
| 60 | + { |
| 61 | + "name": "@rrweb/rrweb-plugin-sequential-id-record", |
| 62 | + "path": "../packages/plugins/rrweb-plugin-sequential-id-record" |
| 63 | + }, |
| 64 | + { |
| 65 | + "name": "@rrweb/rrweb-plugin-sequential-id-replay", |
| 66 | + "path": "../packages/plugins/rrweb-plugin-sequential-id-replay" |
| 67 | + }, |
| 68 | + { |
| 69 | + "name": "@rrweb/rrweb-plugin-canvas-webrtc-record", |
| 70 | + "path": "../packages/plugins/rrweb-plugin-canvas-webrtc-record" |
| 71 | + }, |
| 72 | + { |
| 73 | + "name": "@rrweb/rrweb-plugin-canvas-webrtc-replay", |
| 74 | + "path": "../packages/plugins/rrweb-plugin-canvas-webrtc-replay" |
| 75 | + } |
33 | 76 | ],
|
34 | 77 | "settings": {
|
| 78 | + "vitest.workspaceConfig": "../vitest.workspace.ts", |
| 79 | + "vitest.commandLine": "yarn vitest", |
35 | 80 | "jest.disabledWorkspaceFolders": [
|
36 | 81 | " rrweb monorepo",
|
| 82 | + "rrweb (package)", |
37 | 83 | "rrweb-player (package)",
|
38 |
| - "@rrweb/types" |
| 84 | + "rrweb-snapshot (package)", |
| 85 | + "rrdom (package)", |
| 86 | + "rrdom-nodejs (package)", |
| 87 | + "@rrweb/all", |
| 88 | + "@rrweb/record", |
| 89 | + "@rrweb/replay", |
| 90 | + "@rrweb/types", |
| 91 | + "@rrweb/packer", |
| 92 | + "@rrweb/rrweb-plugin-console-record", |
| 93 | + "@rrweb/rrweb-plugin-console-replay", |
| 94 | + "@rrweb/rrweb-plugin-sequential-id", |
| 95 | + "@rrweb/rrweb-plugin-canvas-webrtc-record", |
| 96 | + "@rrweb/rrweb-plugin-canvas-webrtc-replay" |
39 | 97 | ]
|
40 | 98 | }
|
41 | 99 | }
|
0 commit comments