UNPKG

111 BPlain TextView Raw
1#!/bin/sh
2rm -rf dist/
3rollup --config "$@" && rollup --config --min "$@" && webpack --config webpack.config.js
\No newline at end of file