Files
klz-cables.com/.pnpm-store/v10/files/8a/e47a9b6b9343bea2596d4a463e5e9502862d60a64b9cf7a7cb370c7a9825a7d8a9325132927d39b1feb5cdcebdacd6b16d559068203ac13471c4a20aee5c55
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

6 lines
171 B
Plaintext

import { LoaderContext } from 'webpack';
declare function transform(this: LoaderContext<any>, source: string, map: any): Promise<void>;
export { transform as default };