Skip to content

v0.10.6

Choose a tag to compare

@dannote dannote released this 15 May 10:12
· 102 commits to master since this release

Added

  • Dev server output now supports import.meta.env runtime access for modules that reference it, including MODE, DEV, PROD, and exposed VOLT_* values.

Fixed

  • Volt.entry_path/2 now resolves production manifests written by mix volt.build under priv/static/assets/js, returns /assets/js/... paths, and passes them through Phoenix static_path/1 for phx.digest compatibility.
  • Production entry path lookup now resolves relative priv/... output directories through the endpoint OTP app, matching Phoenix release behavior.