diff --git a/packages/playwright-ct-core/src/vitePlugin.ts b/packages/playwright-ct-core/src/vitePlugin.ts index 5e9f607cb1..484d1b4a3d 100644 --- a/packages/playwright-ct-core/src/vitePlugin.ts +++ b/packages/playwright-ct-core/src/vitePlugin.ts @@ -172,6 +172,7 @@ export async function buildBundle(config: FullConfig, configDir: string): Promis } { + // TODO: find a way of merging this with below for (const [importingFile, components] of componentsByImportingFile) { const deps = new Set(); for (const component of components) {