add note
This commit is contained in:
parent
93983476f8
commit
2e6ed2f2c8
|
|
@ -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) {
|
for (const [importingFile, components] of componentsByImportingFile) {
|
||||||
const deps = new Set<string>();
|
const deps = new Set<string>();
|
||||||
for (const component of components) {
|
for (const component of components) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue