For AI agents: the complete documentation index is available at /zh/llms.txt, the full documentation bundle is available at /zh/llms-full.txt, and this page is available as Markdown at /zh/config/lib/format.md.
close
  • 简体中文
  • lib.format

    • 类型: 'esm' | 'cjs' | 'umd' | 'mf' | 'iife'
    • 默认值: 'esm'
    • 命令行: --format <format>(例如 --format umd
    • 顶层配置: 支持

    指定生成的 JavaScript 产物的输出格式。

    在不同的产物格式下,Rslib 默认使用的 Rspack 的 output.library.type 值如下:

    更多详情请参考 输出格式模块联邦

    Note

    umdmf 以及 iife 格式仅在 bundle 设置为 true 时有效。