Exploring how Webpack handles dynamic imports with variable paths. — Webpack is the most popular module bundler for JavaScript, it’s a tool for bundling modules together into a single file and more. One thing that always bugged me was how it handles dynamic imports with variable paths, I mean, I knew it was not magic, but I didn’t know how…