UNPKG

189 BPlain TextView Raw
1#!/bin/sh
2rm -rf dist/
3./node_modules/rollup/bin/rollup --config "$@"
4./node_modules/rollup/bin/rollup --config --min "$@"
5./node_modules/webpack/bin/webpack.js --config webpack.config.js
6