starter webpack / npm / package
npm init -y // create boiler package.json
npm install webpack // install latest - or install it globally
webpack js/main.js dist/bundle.js // set the source and destination files
webpack js/main.js dist/bundle.js --watch //gulp setup equivalent