Skip to content

Commit 02b62b8

Browse files
authored
docs(js): Add troubleshooting section on terser #11692
1 parent fb30289 commit 02b62b8

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

docs/platforms/javascript/common/troubleshooting/index.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,12 @@ export default defineConfig({
386386
387387
</Expandable>
388388
389+
<Expandable permalink title="Terser plugin build errors">
390+
391+
<Include name="terser-plugin-build-error-troubleshooting.mdx" />
392+
393+
</Expandable>
394+
389395
<PlatformSection supported={['javascript.angular']}>
390396
391397
<Expandable
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
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.
2+
3+
For more details about this issue, see [webpack/terser-plugin build errors](https://github.com/getsentry/sentry-javascript/issues/14091).

0 commit comments

Comments
 (0)