View Source mix esbuild.install (esbuild v0.8.1)

Installs esbuild under _build.

$ mix esbuild.install
$ mix esbuild.install --if-missing

By default, it installs 0.17.11 but you can configure it in your config files, such as:

config :esbuild, :version, "0.17.11"

Options

* `--runtime-config` - load the runtime configuration
  before executing command

* `--if-missing` - install only if the given version
  does not exist