Skip to content
Permalink
Browse files

Update webpack5.md

  • Loading branch information
timneutkens committed Mar 29, 2021
1 parent 7da0f9c commit 92e14f8d6024cd480a42a0ebd49e6b1cc47d2a58
Showing with 1 addition and 1 deletion.
  1. +1 −1 errors/webpack5.md
@@ -2,7 +2,7 @@

#### Why This Message Occurred

Next.js will soon adopt webpack 5 as the default for compilation. We've spent a lot of effort into ensuring the transition from webpack 4 to 5 will be as smooth as possible. For example Next.js can now comes with both webpack 4 and 5 allowing you to adopt webpack 5 by adding a flag to your `next.config.js`:
Next.js will soon adopt webpack 5 as the default for compilation. We've spent a lot of effort into ensuring the transition from webpack 4 to 5 will be as smooth as possible. For example Next.js now comes with both webpack 4 and 5 allowing you to adopt webpack 5 by adding a flag to your `next.config.js`:

```js
module.exports = {

0 comments on commit 92e14f8

Please sign in to comment.