Е
https://webpack.js.org/guides/getting-started/
Может кто-нибудь объяснить, что значат эти слова
In this example, there are implicit dependencies between the <script> tags. Our index.js file depends on lodash being included in the page before it runs. This is because index.js never explicitly declared a need for lodash; it just assumes that the global variable _ exists.