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
14 lines
432 B
Plaintext
14 lines
432 B
Plaintext
import { s as sentryWebpackUnpluginFactory } from './webpack4and5.mjs';
|
|
export { sentryCliBinaryExists } from '@sentry/bundler-plugin-core';
|
|
import 'node:module';
|
|
import 'path';
|
|
import 'uuid';
|
|
|
|
var sentryUnplugin = sentryWebpackUnpluginFactory();
|
|
|
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
var sentryWebpackPlugin = sentryUnplugin.webpack;
|
|
|
|
export { sentryWebpackPlugin };
|
|
//# sourceMappingURL=webpack5.mjs.map
|