Skip to content

Commit b166bfb

Browse files
dominikgbluwy
andauthored
Update packages/vite-plugin-svelte/src/utils/log.js
Co-authored-by: Bjorn Lu <[email protected]>
1 parent 745a3db commit b166bfb

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,8 @@ export function isDebugNamespaceEnabled(namespace) {
264264
export function logSvelte5Warning() {
265265
log.warn(
266266
`You are using Svelte ${VERSION} with vite-plugin-svelte@3. Active Svelte 5 support has moved to vite-plugin-svelte@4.
267-
To receive bugfixes and new features update your devDependencies to "@sveltejs/vite-plugin-svelte": "^4.0.0-next.6" and install.
268-
For framework integrations that depend on it (e.g. astro), you might have to add an override:
267+
To receive bug fixes and new features update your devDependencies to "@sveltejs/vite-plugin-svelte": "^4.0.0-next.6" and install.
268+
For framework integrations that depend on it, you might have to add an override:
269269
"overrides": {"@sveltejs/vite-plugin-svelte": "^4.0.0-next.6"}`.replace(/\n\s*/gm, '\n\t')
270270
);
271271
}

0 commit comments

Comments
 (0)