This repository was used during a the webinar Introduction to Webpack hosted by weKnow. During this session I tried to show how to use Webpack.
Webpack is a nodejs tools used to create bundles to distrube your node applications providing all yours scripts, images, css and others assets.
$ npm install$ npm run build$ npm run build:multiple$ npm run build:implicit$ npm run build:explicit$ npm run build:ignore$ npm run build:split$ npm run build:uglify$ npm run build:compression$ npm run build:css