mix esbuild (esbuild v0.1.0) View Source
Invokes esbuild with the given args.
Usage:
$ mix esbuild CONTEXT ARGS
Example:
$ mix esbuild default assets/js/app.js --bundle --minify --target=es2016 --outdir=priv/static/assets
If esbuild is not installed, it is automatically downloaded. Note the arguments given to this task will be appended to any configured arguments.