Skip to content

Commit 92a0043

Browse files
authored
Update packages/core/src/types/config.ts
1 parent e1dd3b3 commit 92a0043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/types/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ interface RslibOutputConfig extends OutputConfig {
324324
* When minify is not specified, Rslib will use a sane default for minify options.
325325
* The default options will only perform dead code elimination and unused code elimination.
326326
*
327-
* detail: {@link https://lib.rsbuild.dev/config/rsbuild/output#outputminify rsbuild-outputminify}
327+
* @see {@link https://lib.rsbuild.dev/config/rsbuild/output#outputminify}
328328
*/
329329
minify?: OutputConfig['minify'];
330330
}

0 commit comments

Comments
 (0)