We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc564a1 commit 3c8385eCopy full SHA for 3c8385e
packages/nextjs/test/types/next.config.ts
@@ -1,6 +1,7 @@
1
-import { withSentryConfig } from '../../src/config';
2
import { NextConfig } from 'next';
3
+import { withSentryConfig } from '../../src/config';
4
+
5
const config: NextConfig = {
6
hideSourceMaps: true,
7
webpack: config => ({
0 commit comments