---
editLink: false
lastUpdated: false
---

[@salesforce/b2c-tooling-sdk](../../../modules.md) / [operations/mrt](../index.md) / BundleV2MatchMode

# Type Alias: BundleV2MatchMode

> **BundleV2MatchMode** = `"strict"` \| `"ignore_missing"`

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/bundle.ts:435](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/1dedfc1ffefa01c3d5bff62c8f7e7e682a1a91cd/packages/b2c-tooling-sdk/src/operations/mrt/bundle.ts#L435)

How the server handles ssrOnly/ssrShared patterns that match no files.
- `strict`: reject patterns that match nothing.
- `ignore_missing`: allow patterns that match nothing.
