mix bun (bun_bundle v0.1.1)

Copy Markdown View Source

Invokes the vendored Bun bundler with the given arguments.

$ mix bun
$ mix bun --prod
$ mix bun --dev --debug

Configuration is read from config/bun.json at the project root. All flags after mix bun are passed straight through to the bundler.

Options

  • --runtime-config. Load runtime configuration before running.