@sveltejs/vite-plugin-svelte
Advanced tools
Comparing version 4.0.3 to 4.0.4
{ | ||
"name": "@sveltejs/vite-plugin-svelte", | ||
"version": "4.0.3", | ||
"version": "4.0.4", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "author": "dominikg", |
@@ -111,3 +111,3 @@ import { buildExtendedLogMessage } from './log.js'; | ||
function couldBeFixedByCssPreprocessor(code) { | ||
return code === 'expected_token' || code === 'unexpected_eof' || code.startsWith('css_'); | ||
return code === 'expected_token' || code === 'unexpected_eof' || code?.startsWith('css_'); | ||
} | ||
@@ -114,0 +114,0 @@ |
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
124964