Skip to content

Commit af978ec

Browse files
committed
fix
1 parent f11274d commit af978ec

File tree

1 file changed

+1
-1
lines changed
  • packages/repl/src/lib/workers/bundler

1 file changed

+1
-1
lines changed

packages/repl/src/lib/workers/bundler/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ async function bundle(
445445
name: ENTRYPOINT,
446446
basename: ENTRYPOINT,
447447
contents:
448-
svelte_version.split('.')[0] >= '5'
448+
svelte.VERSION.split('.')[0] >= '5'
449449
? `
450450
import { unmount as u } from 'svelte';
451451
import { styles } from '${VIRTUAL}/${STYLES}';

0 commit comments

Comments
 (0)