Simple webpack configuration with babel, sass and webpack-dev-server.
Js and css will minify in production mode.
npm start
In this mode *.css and *.js will remove from /public folder.
npm run build
Assets (*.css and *.js) will save in /public folder.