1#!/bin/bash 2../../bin/cmd.js --debug -e ./js/main.js > js/build/bundle.js 3 4echo bundle was generated with source maps, you can now open index.html 5 6