This bug relates to https://github.com/webpack/webpack/blob/master/lib/javascript/JavascriptModulesPlugin.js#L904-L948
What is the current behavior?
__webpack_require__()
returns {}
on the second call to load a missing module.
If the current behavior is a bug, please provide the steps to reproduce.