Skip to content

Commit 73ad7a0

Browse files
committed
chore: update
1 parent acde863 commit 73ad7a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-dts/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export const pluginDts = (options: PluginDtsOptions): RsbuildPlugin => ({
5555
setup(api) {
5656
options.bundle = options.bundle ?? false;
5757
options.abortOnError = options.abortOnError ?? true;
58-
options.build = options.build || false;
58+
options.build = options.build ?? false;
5959

6060
const dtsPromises: Promise<TaskResult>[] = [];
6161
let promisesResult: TaskResult[] = [];

0 commit comments

Comments
 (0)