File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packages/vite-plugin-svelte/src/utils Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ export function isDebugNamespaceEnabled(namespace) {
263
263
264
264
export function logSvelte5Warning ( ) {
265
265
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.
267
267
To receive bugfixes and new features update your devDependencies to "@sveltejs/vite-plugin-svelte": "^4.0.0-next.6" and install.
268
268
For framework integrations that depend on it (e.g. astro), you might have to add an override:
269
269
"overrides": {"@sveltejs/vite-plugin-svelte": "^4.0.0-next.6"}` . replace ( / \n \s * / gm, '\n\t' )
You can’t perform that action at this time.
0 commit comments