Skip to content

Commit cda810c

Browse files
Update packages/core/src/config.ts
Co-authored-by: Wei <[email protected]>
1 parent 3a3f11d commit cda810c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,7 @@ const composeDtsConfig = async (
923923
return {
924924
plugins: [
925925
pluginDts({
926-
// only set dts.bundle to true can generate bundle DTS
926+
// Only setting ⁠dts.bundle to true will generate the bundled d.ts.
927927
bundle: dts?.bundle ?? false,
928928
distPath: dts?.distPath ?? output?.distPath?.root ?? './dist',
929929
abortOnError: dts?.abortOnError ?? true,

0 commit comments

Comments
 (0)