Files
klz-cables.com/.pnpm-store/v10/files/42/5328e72a3d40252358ab3bbff75b5e1623c16e730e6da8645e9ed6760dfdc8f89f8d44ece6bcef7af2827729c92fab7c0293a011b9993e0001c20f2a142f51
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

22 lines
673 B
Plaintext

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var webpack4and5 = require('./webpack4and5.js');
var bundlerPluginCore = require('@sentry/bundler-plugin-core');
require('node:module');
require('path');
require('uuid');
var sentryUnplugin = webpack4and5.sentryWebpackUnpluginFactory();
// eslint-disable-next-line @typescript-eslint/no-explicit-any
var sentryWebpackPlugin = sentryUnplugin.webpack;
Object.defineProperty(exports, 'sentryCliBinaryExists', {
enumerable: true,
get: function () { return bundlerPluginCore.sentryCliBinaryExists; }
});
exports.sentryWebpackPlugin = sentryWebpackPlugin;
//# sourceMappingURL=webpack5.js.map