Files
klz-cables.com/.pnpm-store/v10/files/7e/943e20268f028c84ae1b8934761d0e9f087d360d5a7b4203f98039318a0caafcd910608a3658f62727214faf0f4b07e5ccfa78548a5806a6dfbb0edb709624
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

8 lines
204 B
Plaintext

'use strict';
if (process.env.NODE_ENV === "production") {
module.exports = require("./react-select-animated.cjs.prod.js");
} else {
module.exports = require("./react-select-animated.cjs.dev.js");
}