Fix local rrweb playback flow and add demo page
Some checks failed
ESLint Check / ESLint Check and Report Upload (push) Has been cancelled
ESLint Check / Build Base for Bundle Size Comparison (push) Has been cancelled
Prettier Check / Format Check (push) Has been cancelled
Prettier Check / Format Code (push) Has been cancelled
Tests / Tests (push) Has been cancelled
Some checks failed
ESLint Check / ESLint Check and Report Upload (push) Has been cancelled
ESLint Check / Build Base for Bundle Size Comparison (push) Has been cancelled
Prettier Check / Format Check (push) Has been cancelled
Prettier Check / Format Code (push) Has been cancelled
Tests / Tests (push) Has been cancelled
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