We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac046cc commit bad9584Copy full SHA for bad9584
packages/webpack-plugin/src/index.ts
@@ -1,4 +1,4 @@
1
-import { SentryWebpackPluginOptions, sentryWebpackUnpluginFactory } from "./plugin";
+import { SentryWebpackPluginOptions, sentryWebpackUnpluginFactory } from "./webpack4and5";
2
3
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
4
// @ts-ignore webpack is a peer dep
packages/webpack-plugin/src/plugin.ts renamed to packages/webpack-plugin/src/webpack4and5.ts
packages/webpack-plugin/src/webpack5.ts
const sentryUnplugin = sentryWebpackUnpluginFactory();
0 commit comments