providing the mode property in the webpack config cause webpack4 fallback to production mode if there is no mode defined which slow down the build process
modify the devtool to cheap-module-eval-source-map in the development mode which cause a faster rebuild and build process instead of source-map
ability to inject extra parameters to the webpack through the env object
faster webpack dev build
providing the mode property in the webpack config cause webpack4 fallback to production mode if there is no mode defined which slow down the build process
modify the devtool to cheap-module-eval-source-map in the development mode which cause a faster rebuild and build process instead of source-map
ability to inject extra parameters to the webpack through the env object