#!/usr/bin/env bash

node_modules/.bin/babel src/ -d dist/ --ignore node_modules --extensions ".js" --compact --no-comments
