Files
klz-cables.com/.pnpm-store/v10/files/8c/44e2c9071e857c1c830fccdd62a092df5c95d12f0c9c43a1d53524194d8c42610febb0e475466e3e3cda19de1c47b740139ec2f60ca80693f70981367777a3
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

11 lines
487 B
Plaintext

import type { CatalogLoaderConfig } from '../../extractor/types.js';
import type { TurbopackLoaderContext } from '../types.js';
/**
* Parses and optimizes catalog files.
*
* Note that if we use a dynamic import like `import(`${locale}.json`)`, then
* the loader will optimistically run for all candidates in this folder (both
* during dev as well as at build time).
*/
export default function catalogLoader(this: TurbopackLoaderContext<CatalogLoaderConfig>, source: string): void;