You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you able to provide us with minimally reproducible repo for this?
This should reach an end state, perhaps there is something else the matter. Those three lines were largely inspired by how webpack internally ensures unique ids for modules.
But yeah as I said, if you can provide a minimally reproducible repo, I'd be more than happy to take a closer look.
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 withURLImportPlugin
configured.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!
The text was updated successfully, but these errors were encountered: