Migrating to Webpack 4 today

added by JavaScript Kicks
3/29/2018 8:08:05 AM

626 Views

Without further due, here are the steps I followed for migration. You need to upgrade the webpack version using the package manager of your choice. yarn add webpack webpack-cli --dev If you already have a lock file, you need to use yarn upgrade to update the version.


0 comments