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!
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
URLImportPluginconfigured, my build works. I only get the problem withURLImportPluginconfigured.But if I comments these lines...
webpack-external-import/src/webpack/index.js
Lines 460 to 462 in a9352bd
...everything is working fine!
Do you have any idea about this?
Thanks!