Files
klz-cables.com/.pnpm-store/v10/files/16/73bf23b6dbd761aa35e55216f7d09d494e116e550d74f91d385972951126c87ee3e18972617f92ec7285f8c4919fc2fcdb6d515b1ebc9118d6ff5efd6526e1
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

12 lines
200 B
Plaintext

import baseConfig from './config.base.js';
import pkg from './packageJson.js';
export default {
...baseConfig,
output: {
...baseConfig.output,
file: pkg.module,
format: 'es',
},
};