View Source mix esbuild.install (esbuild v0.7.0)
Installs esbuild under _build
.
$ mix esbuild.install
$ mix esbuild.install --if-missing
By default, it installs 0.16.4 but you can configure it in your config files, such as:
config :esbuild, :version, "0.16.4"
options
Options
* `--runtime-config` - load the runtime configuration
before executing command
* `--if-missing` - install only if the given version
does not exist