You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.