How to cope with “broken modules” in webpack
When you’re writing a web application, you will always come to the point where you want to include some third-party code.
Then, you go on npm, search for the module, install it and everything works out-of-the-box.