Skip to content

Endless build in a project with large dependencies #129

Description

@gautierrollin

Hi!

I've been experimenting an endless build in my project when I tried to install a dependency with a huge dependency tree like aws-amplify.

Please note that without URLImportPlugin configured, my build works. I only get the problem with URLImportPlugin configured.

But if I comments these lines...

while (usedIds.has(hashId.substr(0, len))) {
len++;
}

...everything is working fine!

Do you have any idea about this?

Thanks!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions