From 92e14f8d6024cd480a42a0ebd49e6b1cc47d2a58 Mon Sep 17 00:00:00 2001 From: Tim Neutkens Date: Mon, 29 Mar 2021 15:22:05 +0200 Subject: [PATCH] Update webpack5.md --- errors/webpack5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/errors/webpack5.md b/errors/webpack5.md index c51d2299083a..97bab43d9b93 100644 --- a/errors/webpack5.md +++ b/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 = {