Conversation
Semver Impact of This PR🟢 Patch (bug fixes) 📋 Changelog PreviewThis is how your changes will appear in the changelog. New Features ✨
Internal Changes 🔧
🤖 This preview updates automatically when you update the PR. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
| "webpack": "5.105.4", | ||
| "webpack-cli": "6.0.1", | ||
| "@babel/preset-react": "7.23.3", | ||
| "@sentry/webpack-plugin": "5.1.1" |
There was a problem hiding this comment.
q: Are we testing on pinned versions intentionally?
There was a problem hiding this comment.
Yes mainly because we're snapshotting the output. Don't really want all the tests failing when any bundler changes their output. Probably less of an issue with webpack as it doesn't change mutch.

This PR follows #899 and the previous PRs by adding webpack tests