Skip to content

Commit 600adda

Browse files
committed
Fix chalk import.
1 parent b17666d commit 600adda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nextjs/src/config/webpack.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import { getSentryRelease } from '@sentry/node';
44
import { arrayify, dropUndefinedKeys, escapeStringForRegex, logger, stringMatchesSomePattern } from '@sentry/utils';
55
import { default as SentryWebpackPlugin } from '@sentry/webpack-plugin';
6-
import * as chalk from 'chalk';
6+
import chalk from 'chalk';
77
import * as fs from 'fs';
88
import * as path from 'path';
99

0 commit comments

Comments
 (0)