Skip to content

Commit 308c879

Browse files
authored
docs: remove sapper-studio ref (#398)
1 parent 535cfc2 commit 308c879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vite-plugin-svelte/src/handle-hot-update.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ function isCodeEqual(prev?: string, next?: string): boolean {
105105
/**
106106
* remove code that only changes metadata and does not require a js update for the component to keep working
107107
*
108-
* 1) add_location() calls. These add location metadata to elements, only useful for tooling like sapper studio
108+
* 1) add_location() calls. These add location metadata to elements, only used by some dev tools
109109
* 2) ... maybe more (or less) in the future
110110
* @param code
111111
*/

0 commit comments

Comments
 (0)