6 lines
89 B
Bash
6 lines
89 B
Bash
|
|
set -xe
|
|
|
|
esbuild src/main.ts --outfile=bundle.js --minify --sourcemap --bundle --watch
|
|
|