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
22 lines
673 B
Plaintext
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
|