Webpack provides these warnings in the browser console.

I cannot find the module names indicated in the warning in my application. In addition, I looked through all the files in my application if I have a module link with various cases, as indicated in the github problem, for example this and this,. There is no obvious way to notify which module triggers these warnings.
Any ideas for detecting and resolving these warnings?
source share