We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f11274d commit af978ecCopy full SHA for af978ec
packages/repl/src/lib/workers/bundler/index.ts
@@ -445,7 +445,7 @@ async function bundle(
445
name: ENTRYPOINT,
446
basename: ENTRYPOINT,
447
contents:
448
- svelte_version.split('.')[0] >= '5'
+ svelte.VERSION.split('.')[0] >= '5'
449
? `
450
import { unmount as u } from 'svelte';
451
import { styles } from '${VIRTUAL}/${STYLES}';
0 commit comments