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

Installs esbuild under _build.

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

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

config :esbuild, :version, "0.13.4"

Options

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

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