> For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt.

# resolve.conditionNames

- **Type:** `string[]`
- **Default:** Same as Rspack's `resolve.conditionNames`

Specifies the condition names used to match entry points in the [exports](https://nodejs.org/api/packages.html#packages_exports) of a package.

:::info
The usage of this configuration item is exactly the same as that of Rsbuild. For detailed information, please refer to [Rsbuild - resolve.extensions](https://v2.rsbuild.dev/config/resolve/extensions).
:::
:::warning
Do not enable this configuration option for SSR applications, as it will cause SSR rendering to fail.
:::
