From 2e6ed2f2c88d393603d7ff131d98fb987917b186 Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Thu, 18 Jul 2024 17:45:19 +0200 Subject: [PATCH] add note --- packages/playwright-ct-core/src/vitePlugin.ts | 1 + 1 file changed, 1 insertion(+) 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) {