You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/vite-plugin-svelte/src/utils/log.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -262,7 +262,7 @@ export function isDebugNamespaceEnabled(namespace) {
262
262
}
263
263
264
264
exportfunctionlogSvelte5Warning(){
265
-
constnotice=`Your are using Svelte ${VERSION}. Svelte 5 support is experimental, breaking changes can occur in any release until this notice is removed.`;
265
+
constnotice=`You are using Svelte ${VERSION}. Svelte 5 support is experimental, breaking changes can occur in any release until this notice is removed.`;
266
266
constwip=[
267
267
'svelte-inspector is disabled until dev mode implements node to code mapping',
268
268
'hmr for .svelte files is disabled until hmr api is implemented'
0 commit comments