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 6267e7b commit aaf92aeCopy full SHA for aaf92ae
packages/vite/src/node/optimizer/scan.ts
@@ -611,7 +611,7 @@ function esbuildScanPlugin(
611
addedImport = true
612
js += `import ${virtualModulePath}\n`
613
} else if (raw.includes('#snippet')) {
614
- // <script module> in files with #snippet contains exports that is not declared
+ // <script module> in files with #snippet contains exports that are not declared
615
// skip scanning the script content
616
617
js += `export * from 'svelte-snippet-dummy:${normalizePath(p)}'\n`
0 commit comments