This commit is contained in:
Simon Knott 2024-07-18 17:45:19 +02:00
parent 93983476f8
commit 2e6ed2f2c8
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC

View file

@ -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<string>();
for (const component of components) {