How to Fix Webpack Merge Is Not a Function
We updated the dependencies of a frontend project today. The frontend uses Webpack to build the Vue files to a JavaScript bundle. The bundling process broke after bumping the dependencies to their newest versions. Mainly because Webpack merge doesn’t work the same way after the upgrade. This tutorial shows …
Continue Reading