We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41b1bd7 commit 93f01c4Copy full SHA for 93f01c4
packages/repl/src/lib/workers/bundler/index.ts
@@ -443,7 +443,6 @@ async function bundle(
443
can_use_experimental_async: boolean
444
): Promise<BundleResult> {
445
if (!DEV) {
446
- console.clear();
447
console.log(`running Svelte compiler version %c${svelte.VERSION}`, 'font-weight: bold');
448
}
449
0 commit comments