sigil88
4/2/2017 - 9:36 AM

starter webpack / npm / package

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