Files
klz-cables.com/.pnpm-store/v10/files/aa/c368d94b5982a2fe4f4d59239bdcce433978a12ea579f5401a52d64c38eb7304198dc572d72e24fdaa1e41bb077e91e14b66fa05e84fe733aacaa824132cbb
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
389 B
Plaintext

/**
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
*/
'use strict'
const LexicalListPlugin = process.env.NODE_ENV !== 'production' ? require('./LexicalListPlugin.dev.js') : require('./LexicalListPlugin.prod.js');
module.exports = LexicalListPlugin;