dev.writeToDisk

  • Type: boolean | ((filename: string) => boolean)
  • Default: (file) => !file.includes('.hot-update.')

Controls whether the build output from development mode is written to disk.

INFO

The usage of this configuration item is exactly the same as that of Rsbuild. For detailed information, please refer to Rsbuild - dev.writeToDisk.