This is an webpack-4 configuration setup that can be used for develop & as well as for production.
- Clone the repo
git clone https://github.com/techyaura/webpack4-configuration.git
- Navigate to directory
cd webpack4-configuration
- Install the Npm packages
npm i
- Start the local dev-server with hot-reloading
npm run develop
- Generate Production build
npm run build