diff --git a/vite.config.default.ts b/vite.config.default.ts index d0a512b..13124d0 100644 --- a/vite.config.default.ts +++ b/vite.config.default.ts @@ -141,6 +141,13 @@ export default function ( 'node_modules/@highlight-run/rrweb-snapshot/dist/rrweb-snapshot.js', ), }, + { + find: 'rrdom', + replacement: resolve( + __dirname, + 'node_modules/@highlight-run/rrdom/dist/rrdom.js', + ), + }, { find: '@rrweb/rrweb-plugin-sequential-id-record', replacement: resolve(