Skip to content

Commit cd235cb

Browse files
committed
Add missing docblock
1 parent e431a27 commit cd235cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,9 @@ function resolveOutDir(config: Required<PluginConfig>, ssr: boolean): string|und
280280
return path.join(config.publicDirectory, config.buildDirectory)
281281
}
282282

283+
/**
284+
* Resolve the Vite manifest config from the configuration.
285+
*/
283286
function resolveManifestConfig(config: ResolvedConfig): string|false
284287
{
285288
const manifestConfig = config.build.ssr

0 commit comments

Comments
 (0)