Deleting webpack and installing previous version worked for me!
npm uninstall webpack
npm install webpack@^4.0.0 --save-dev
Deleting webpack and installing previous version worked for me!
npm uninstall webpack
npm install webpack@^4.0.0 --save-dev