close

experiments

Version: 1.0.0

enableNativePlugin

  • Type: boolean
  • Optional: true
  • Default: true

By enabling the enableNativePlugin option, the Rspack native plugin moves the time-consuming data processing logic from Rsdoctor to the Rspack build stage, significantly improving build analysis efficiency and greatly reducing Rsdoctor's own analysis time.

  • Example:
new RsdoctorRspackPlugin({
  experiments: { enableNativePlugin: true }
}),