Why does the Chrome Developer Tools/Console does not show javascript files/error that were loaded dynamically?
I'm loading files using a require function inside my code, which adds a <script/> tag to the body of the page with the relevant attributes.