#!/bin/bash
./node_modules/esbuild/bin/esbuild $1/spa.js --outfile=$1/compiled.js --bundle --format=esm --jsx-factory=h --loader:.js=jsx --jsx-fragment=Fragment --inject:./utils/preact-shim.js --sourcemap ${@:2}
