Skip to content

Commit bad9584

Browse files
rename plugin to webpack4and5
1 parent ac046cc commit bad9584

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

packages/webpack-plugin/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { SentryWebpackPluginOptions, sentryWebpackUnpluginFactory } from "./plugin";
1+
import { SentryWebpackPluginOptions, sentryWebpackUnpluginFactory } from "./webpack4and5";
22

33
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
44
// @ts-ignore webpack is a peer dep

packages/webpack-plugin/src/webpack5.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { SentryWebpackPluginOptions, sentryWebpackUnpluginFactory } from "./plugin";
1+
import { SentryWebpackPluginOptions, sentryWebpackUnpluginFactory } from "./webpack4and5";
22

33
const sentryUnplugin = sentryWebpackUnpluginFactory();
44

0 commit comments

Comments
 (0)