UNPKG

396 Bapplication/x-shView Raw
1#!/bin/bash
2
3# IMPORTANT
4# ---------
5# This is an auto generated file with React CDK.
6# Do not modify this file.
7# Use `.scripts/user/prepublish.sh instead`.
8
9echo "=> Transpiling 'src' into ES5 ..."
10echo ""
11rm -rf ./dist
12./node_modules/.bin/babel --ignore tests,stories --plugins "transform-runtime" ./src --out-dir ./dist
13echo ""
14echo "=> Transpiling completed."
15
16. .scripts/user/prepublish.sh