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/options/experiments.md.
close
  • 简体中文
  • experiments

    2.0.0 已移除

    enableNativePlugin

    Rsdoctor 2.0 始终使用 Rspack 内置的 Rsdoctor native plugin 收集 module graph 和 chunk graph 数据。experiments.enableNativePlugin 配置项已移除,构建期间不再回退到 stats 转换逻辑。

    请从配置中删除该选项;如果当前 Rspack 不提供 experiments.RsdoctorPlugin,请升级 Rspack。