Skip to content

Commit

Permalink
fix: typo (#14337)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-He95 committed Sep 9, 2023
1 parent 30df500 commit 6ffe070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/node/ssr/ssrExternal.ts
Expand Up @@ -138,7 +138,7 @@ export function createIsConfiguredAsSsrExternal(
return !!tryNodeResolve(
id,
// Skip passing importer in build to avoid externalizing non-hoisted dependencies
// unresolveable from root (which would be unresolvable from output bundles also)
// unresolvable from root (which would be unresolvable from output bundles also)
config.command === 'build' ? undefined : importer,
resolveOptions,
ssr?.target === 'webworker',
Expand Down

0 comments on commit 6ffe070

Please sign in to comment.