Skip to content

Commit a8fb462

Browse files
committed
remove outdated todo in nextjs webpack config code
1 parent df88818 commit a8fb462

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
@@ -29,7 +29,7 @@ export { SentryWebpackPlugin };
2929
* Sets:
3030
* - `devtool`, to ensure high-quality sourcemaps are generated
3131
* - `entry`, to include user's sentry config files (where `Sentry.init` is called) in the build
32-
* - `plugins`, to add SentryWebpackPlugin (TODO: optional)
32+
* - `plugins`, to add SentryWebpackPlugin
3333
*
3434
* @param userNextConfig The user's existing nextjs config, as passed to `withSentryConfig`
3535
* @param userSentryWebpackPluginOptions The user's SentryWebpackPlugin config, as passed to `withSentryConfig`

0 commit comments

Comments
 (0)