diff --git a/src/bin/postinstall/getUiModuleFileSourceCodeReadyToBeCopied.ts b/src/bin/postinstall/getUiModuleFileSourceCodeReadyToBeCopied.ts index 27202e0f..a3903c0c 100644 --- a/src/bin/postinstall/getUiModuleFileSourceCodeReadyToBeCopied.ts +++ b/src/bin/postinstall/getUiModuleFileSourceCodeReadyToBeCopied.ts @@ -41,7 +41,7 @@ export async function getUiModuleFileSourceCodeReadyToBeCopied(params: { return [`/**`, ...lines.map(line => ` * ${line}`), ` */`].join("\n"); } - if (fileRelativePath.endsWith(".html")) { + if (fileRelativePath.endsWith(".html") || fileRelativePath.endsWith(".svg")) { return [``].join("\n"); }