@sveltejs/vite-plugin-svelte
Advanced tools
Comparing version 3.1.1 to 3.1.2
{ | ||
"name": "@sveltejs/vite-plugin-svelte", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "author": "dominikg", |
@@ -265,5 +265,8 @@ /* eslint-disable no-console */ | ||
export function logSvelte5Warning() { | ||
const notice = `You are using Svelte ${VERSION}. Svelte 5 support is experimental, breaking changes can occur in any release until this notice is removed.`; | ||
const wip = ['svelte-inspector is disabled until dev mode implements node to code mapping']; | ||
log.warn(`${notice}\nwork in progress:\n - ${wip.join('\n - ')}\n`); | ||
log.warn( | ||
`You are using Svelte ${VERSION} with vite-plugin-svelte@3. Active Svelte 5 support has moved to vite-plugin-svelte@4. | ||
To receive bug fixes and new features update your devDependencies to "@sveltejs/vite-plugin-svelte": "^4.0.0-next.6" and install. | ||
For framework integrations that depend on it, you might have to add an override: | ||
"overrides": {"@sveltejs/vite-plugin-svelte": "^4.0.0-next.6"}`.replace(/\n\s*/gm, '\n\t') | ||
); | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
126232
3762