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 5891e4d commit 4c059e1Copy full SHA for 4c059e1
packages/nextjs/src/config/webpack.ts
@@ -17,8 +17,8 @@ import type {
17
BuildContext,
18
EntryPropertyObject,
19
NextConfigObject,
20
- SentryWebpackPluginOptions,
21
SentryBuildtimeOptions,
+ SentryWebpackPluginOptions,
22
WebpackConfigFunction,
23
WebpackConfigObject,
24
WebpackConfigObjectWithModuleRules,
packages/nextjs/src/config/withSentryConfig.ts
@@ -4,8 +4,8 @@ import type {
4
ExportedNextConfig as NextConfig,
5
NextConfigFunction,
6
7
8
9
} from './types';
10
import { constructWebpackConfigFunction } from './webpack';
11
0 commit comments