#!/bin/bash -e

#SOURCEMAPS=1 would be nice but breaks atm
SOURCEMAPS=1 webpack examples/index.js examples/bundle.js --config examples/webpack.config.js
