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 cc52db7 commit ae0202cCopy full SHA for ae0202c
packages/nextjs/src/config/webpack.ts
@@ -3,7 +3,7 @@
3
import { getSentryRelease } from '@sentry/node';
4
import { arrayify, dropUndefinedKeys, escapeStringForRegex, logger, stringMatchesSomePattern } from '@sentry/utils';
5
import { default as SentryWebpackPlugin } from '@sentry/webpack-plugin';
6
-import * as chalk from 'chalk';
+import chalk from 'chalk';
7
import * as fs from 'fs';
8
import * as path from 'path';
9
0 commit comments