Skip to content

Commit

Permalink
fix(nextjs): Move @sentry/webpack-plugin back to non-dev dependenci…
Browse files Browse the repository at this point in the history
…es (#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.
  • Loading branch information
lobsterkatie committed Sep 14, 2021
1 parent a91fb10 commit 42dffe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/package.json
Expand Up @@ -23,11 +23,11 @@
"@sentry/react": "6.12.0",
"@sentry/tracing": "6.12.0",
"@sentry/utils": "6.12.0",
"@sentry/webpack-plugin": "1.17.1",
"tslib": "^1.9.3"
},
"devDependencies": {
"@sentry/types": "6.12.0",
"@sentry/webpack-plugin": "1.17.1",
"@types/webpack": "^5.28.0",
"eslint": "7.20.0",
"next": "10.1.3",
Expand Down

0 comments on commit 42dffe5

Please sign in to comment.