What is the performance impact of using array configuration in webpack
Webpack has the feature of accepting an array of configuration objects instead of one object. Unfortunately, it comes with a performance penalty - in this article, I'll look at how serious the slow-down can get.
Code
I'll have 10 files in the benchma...
how-to.dev3 min read