We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1dd3b3 commit 92a0043Copy full SHA for 92a0043
packages/core/src/types/config.ts
@@ -324,7 +324,7 @@ interface RslibOutputConfig extends OutputConfig {
324
* When minify is not specified, Rslib will use a sane default for minify options.
325
* The default options will only perform dead code elimination and unused code elimination.
326
*
327
- * detail: {@link https://lib.rsbuild.dev/config/rsbuild/output#outputminify rsbuild-outputminify}
+ * @see {@link https://lib.rsbuild.dev/config/rsbuild/output#outputminify}
328
*/
329
minify?: OutputConfig['minify'];
330
}
0 commit comments