Skip to content

Commit

Permalink
Merge branch 'canary' into delbaoliveira-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
StephDietz authored Jan 18, 2024
2 parents 2e2953b + d450ff7 commit 994d6ee
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions errors/webpack-build-worker-opt-out.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: Webpack Build Worker automatic opt-out
---

## Webpack Build Worker Opt-out

#### Why This Error Occurred

The Next.js config contains custom webpack configuration, as a result, the webpack build worker optimization was disabled.

The webpack build worker optimization helps alleviate memory stress during builds and reduce out-of-memory errors although some custom configurations may not be compatible.

#### Possible Ways to Fix It

Upgrade Next.js to latest (>= 14.1.0) to remove this warning.

```
npm i next@latest
```

0 comments on commit 994d6ee

Please sign in to comment.