next.js
c70b96b3 - Fix addMissingDependency (#98588)

Commit
11 days ago
Fix addMissingDependency (#98588) While before this change we had addMissingDependency, we didn't properly respond when the file for that missing dep was added. The way webpack does this internally is not the exact same shape as the IPC here, it has them as a separate field. I could not find any reason not to just add them to the filePaths here. So that's what I did to keep things simple.
Author
Parents
Loading