Skip to content

Commit 745a3db

Browse files
dominikgdummdidumm
andauthored
Update packages/vite-plugin-svelte/src/utils/log.js
Co-authored-by: Simon H <[email protected]>
1 parent 1705669 commit 745a3db

File tree

1 file changed

+1
-1
lines changed
  • packages/vite-plugin-svelte/src/utils

1 file changed

+1
-1
lines changed

packages/vite-plugin-svelte/src/utils/log.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ export function isDebugNamespaceEnabled(namespace) {
263263

264264
export function logSvelte5Warning() {
265265
log.warn(
266-
`You are using Svelte ${VERSION} with vite-plugin-svelte@3. Active Svelte 5 support has moved vite-plugin-svelte@4, it is only provided as-is here.
266+
`You are using Svelte ${VERSION} with vite-plugin-svelte@3. Active Svelte 5 support has moved to vite-plugin-svelte@4.
267267
To receive bugfixes and new features update your devDependencies to "@sveltejs/vite-plugin-svelte": "^4.0.0-next.6" and install.
268268
For framework integrations that depend on it (e.g. astro), you might have to add an override:
269269
"overrides": {"@sveltejs/vite-plugin-svelte": "^4.0.0-next.6"}`.replace(/\n\s*/gm, '\n\t')

0 commit comments

Comments
 (0)