Volt.JS.Runtime.Bundler (Volt v0.14.0)

Copy Markdown View Source

Bundles QuickBEAM runtime entry files and their dependencies.

Summary

Functions

bundle_file(entry_path, opts \\ [])

@spec bundle_file(
  String.t(),
  keyword()
) :: {:ok, String.t()} | {:error, term()}