Skip to content

v0.48.215-alpha

Latest

Choose a tag to compare

@plexus plexus released this 04 Mar 07:55
· 3 commits to main since this release

Added

Fixed

  • Preserve per-build :js-options in merged-shadow-config. Previously the
    root project's builds had their :js-options unconditionally replaced with
    {}, which clobbered settings like :js-provider :external and
    :external-index. Now the root project's :js-options are left untouched,
    and submodule builds get :js-package-dirs merged into their existing
    :js-options rather than replacing them.

Changed