We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bf1f25 commit acf2bc0Copy full SHA for acf2bc0
1 file changed
CHANGELOG.md
@@ -4,6 +4,13 @@
4
5
## Fixed
6
7
+- Preserve per-build `:js-options` in `merged-shadow-config`. Previously the
8
+ root project's builds had their `:js-options` unconditionally replaced with
9
+ `{}`, which clobbered settings like `:js-provider :external` and
10
+ `:external-index`. Now the root project's `:js-options` are left untouched,
11
+ and submodule builds get `:js-package-dirs` merged into their existing
12
+ `:js-options` rather than replacing them.
13
+
14
## Changed
15
16
# 0.47.210-alpha (2026-03-02 / 54388ed)
0 commit comments