Skip to content

Commit 2c9d52b

Browse files
Update vite.config.ts
1 parent 9f74299 commit 2c9d52b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ function chrome129IssuePlugin() {
162162
if (version === 129) {
163163
res.setHeader('content-type', 'text/html');
164164
res.end(
165-
'<body><h1>Please use Chrome Canary for testing.</h1><p>Chrome 129 has an issue with JavaScript modules & Vite local development, see <a href="https://github.com/stackblitz/codinit.new/issues/86#issuecomment-2395519258">for more information.</a></p><p><b>Note:</b> This only impacts <u>local development</u>. `pnpm run build` and `pnpm run start` will work fine in this browser.</p></body>',
165+
`<html><body><h1>Unsupported Browser Version</h1><p>Chrome version 129 has a known issue that affects this application. Please downgrade to version 128 or upgrade to version 130 or later.</p></body></html>`,
166166
);
167167

168168
return;

0 commit comments

Comments
 (0)