Commit fe909a4
committed
fix(build): correct nodeBuildConfig comment to match tsdown ESM default
The previous comment claimed tsdown defaults omitted format to CJS for
.ts entries, but tsdown 0.22.1 resolves toArray(format, 'esm') — ESM is
the default. Update the comment to accurately describe the explicit
format pin as a build-contract consistency and defense-in-depth measure.
Part of #915391 parent 9802f38 commit fe909a4
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| |||
0 commit comments