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
* feat(svelte5): enable hmr
* Update package.json
Co-authored-by: Conduitry <[email protected]>
* typo
* previous was right
* add version check
* add guard to other site
* bump version
* link to version 96
---------
Co-authored-by: Dominic Gannaway <[email protected]>
Co-authored-by: Dominic Gannaway <[email protected]>
Co-authored-by: Conduitry <[email protected]>
Copy file name to clipboardExpand all lines: packages/vite-plugin-svelte/src/utils/log.js
+1-4
Original file line number
Diff line number
Diff line change
@@ -263,9 +263,6 @@ export function isDebugNamespaceEnabled(namespace) {
263
263
264
264
exportfunctionlogSvelte5Warning(){
265
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
-
constwip=[
267
-
'svelte-inspector is disabled until dev mode implements node to code mapping',
268
-
'hmr for .svelte files is disabled until hmr api is implemented'
269
-
];
266
+
constwip=['svelte-inspector is disabled until dev mode implements node to code mapping'];
270
267
log.warn(`${notice}\nwork in progress:\n - ${wip.join('\n - ')}\n`);
0 commit comments