Skip to content

Commit 4c059e1

Browse files
author
Luca Forstner
committed
lint
1 parent 5891e4d commit 4c059e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/nextjs/src/config/webpack.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ import type {
1717
BuildContext,
1818
EntryPropertyObject,
1919
NextConfigObject,
20-
SentryWebpackPluginOptions,
2120
SentryBuildtimeOptions,
21+
SentryWebpackPluginOptions,
2222
WebpackConfigFunction,
2323
WebpackConfigObject,
2424
WebpackConfigObjectWithModuleRules,

packages/nextjs/src/config/withSentryConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import type {
44
ExportedNextConfig as NextConfig,
55
NextConfigFunction,
66
NextConfigObject,
7-
SentryWebpackPluginOptions,
87
SentryBuildtimeOptions,
8+
SentryWebpackPluginOptions,
99
} from './types';
1010
import { constructWebpackConfigFunction } from './webpack';
1111

0 commit comments

Comments
 (0)