Fix local rrweb playback flow and add demo page
This commit is contained in:
@@ -34,6 +34,9 @@ function viteSvelteDts(): Plugin {
|
||||
console.log('Generating .d.ts files for Svelte components...');
|
||||
|
||||
const { input } = options;
|
||||
if (!input) {
|
||||
return;
|
||||
}
|
||||
if (typeof input === 'string') {
|
||||
await generateDts(input);
|
||||
} else if (Array.isArray(input)) {
|
||||
|
||||
Reference in New Issue
Block a user