Skip to content

Commit 6ffe070

Browse files
authored
fix: typo (#14337)
1 parent 30df500 commit 6ffe070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vite/src/node/ssr/ssrExternal.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ export function createIsConfiguredAsSsrExternal(
138138
return !!tryNodeResolve(
139139
id,
140140
// Skip passing importer in build to avoid externalizing non-hoisted dependencies
141-
// unresolveable from root (which would be unresolvable from output bundles also)
141+
// unresolvable from root (which would be unresolvable from output bundles also)
142142
config.command === 'build' ? undefined : importer,
143143
resolveOptions,
144144
ssr?.target === 'webworker',

0 commit comments

Comments
 (0)