#/bin/sh
FOLDER=${1:-_demo}
webpack --config $FOLDER/webpack.config.js --mode production
