We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e09a1a commit fc376c8Copy full SHA for fc376c8
packages/qwik/src/optimizer/src/plugins/vite-dev-server.ts
@@ -243,8 +243,7 @@ export async function configureDevServer(
243
});
244
245
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.")}`);
+ console.log(`\n 🚧 ${magenta('Please note that development mode is slower than production.')}`);
248
}, 1000);
249
}
250
0 commit comments