On Github kurtharriger / webpack-presentation
Created by Kurt Harriger
A build task to preprocess javascript and css files to generate static assets for production:
In addition to all the things you need, webpack delivers more:
Easily install third-party dependencies:
$ npm install --save-dev jquery
require('./main.css');
var $ = require('jquery');
//...
Easily install third-party dependencies:
Generate multiple javascript assets for specific purposes