Skip to content

Commit fc376c8

Browse files
authored
chore(dev): make slowdown message not scary
1 parent 3e09a1a commit fc376c8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/qwik/src/optimizer/src/plugins/vite-dev-server.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,7 @@ export async function configureDevServer(
243243
});
244244

245245
setTimeout(() => {
246-
console.log(`\n ❗️ ${magenta('Expect significant performance loss in development.')}`);
247-
console.log(` ❗️ ${magenta("Disabling the browser's cache results in waterfall requests.")}`);
246+
console.log(`\n 🚧 ${magenta('Please note that development mode is slower than production.')}`);
248247
}, 1000);
249248
}
250249

0 commit comments

Comments
 (0)