diff --git a/vite.config.ts b/vite.config.ts index 2bb6891db..8f7e8d051 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -43,7 +43,7 @@ function chrome129IssuePlugin() { if (version === 129) { res.setHeader('content-type', 'text/html'); res.write( - '

Please use Chrome Canary for testing.

Chrome 129 has an issue with JavaScript modules & vite local development, see here for more.

`pnpm run build` and `pnpm run start` will work fine in this browser though.

', + '

Please use Chrome Canary for testing.

Chrome 129 has an issue with JavaScript modules & vite local development, see here for more.

This only local development, `pnpm run build` and `pnpm run start` will work fine in this browser though.

', ); res.end();