Skip to content

Commit 42dffe5

Browse files
authored
fix(nextjs): Move @sentry/webpack-plugin back to non-dev dependencies (#3981)
This reverts the change made in #3866. The SDK user needs the webpack plugin in order to upload their sourcemaps, so it needs to be installed when they install the SDK.
1 parent a91fb10 commit 42dffe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
"@sentry/react": "6.12.0",
2424
"@sentry/tracing": "6.12.0",
2525
"@sentry/utils": "6.12.0",
26+
"@sentry/webpack-plugin": "1.17.1",
2627
"tslib": "^1.9.3"
2728
},
2829
"devDependencies": {
2930
"@sentry/types": "6.12.0",
30-
"@sentry/webpack-plugin": "1.17.1",
3131
"@types/webpack": "^5.28.0",
3232
"eslint": "7.20.0",
3333
"next": "10.1.3",

0 commit comments

Comments
 (0)