Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/platforms/javascript/common/troubleshooting/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,12 @@ export default defineConfig({

</Expandable>

<Expandable permalink title="Terser plugin build errors">

<Include name="terser-plugin-build-error-troubleshooting.mdx" />

</Expandable>

<PlatformSection supported={['javascript.angular']}>

<Expandable
Expand Down
3 changes: 3 additions & 0 deletions includes/terser-plugin-build-error-troubleshooting.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
If you're using a custom webpack plugin that utilizes Terser or another minifier, you might encounter build errors due to a known webpack bug. This issue has been fixed in webpack version 5.85.1 and later.

For more details about this issue, see [webpack/terser-plugin build errors](https://github.com/getsentry/sentry-javascript/issues/14091).
Loading