File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/vite-plugin-svelte/src/utils Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -264,8 +264,8 @@ export function isDebugNamespaceEnabled(namespace) {
264
264
export function logSvelte5Warning ( ) {
265
265
log . warn (
266
266
`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:
269
269
"overrides": {"@sveltejs/vite-plugin-svelte": "^4.0.0-next.6"}` . replace ( / \n \s * / gm, '\n\t' )
270
270
) ;
271
271
}
You can’t perform that action at this time.
0 commit comments