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 30df500 commit 6ffe070Copy full SHA for 6ffe070
packages/vite/src/node/ssr/ssrExternal.ts
@@ -138,7 +138,7 @@ export function createIsConfiguredAsSsrExternal(
138
return !!tryNodeResolve(
139
id,
140
// Skip passing importer in build to avoid externalizing non-hoisted dependencies
141
- // unresolveable from root (which would be unresolvable from output bundles also)
+ // unresolvable from root (which would be unresolvable from output bundles also)
142
config.command === 'build' ? undefined : importer,
143
resolveOptions,
144
ssr?.target === 'webworker',
0 commit comments