From 4b75319ebcc7c7ef582bdb802a54acaa9b270f22 Mon Sep 17 00:00:00 2001 From: jeffinsam Date: Sun, 1 Dec 2019 21:35:07 +0530 Subject: [PATCH] docs(migration) : resolve.concord no longer exists --- src/content/migrate/5.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/content/migrate/5.md b/src/content/migrate/5.md index 9f83d1807500..6e927443278d 100644 --- a/src/content/migrate/5.md +++ b/src/content/migrate/5.md @@ -68,6 +68,10 @@ Update the following options to their new version (if used): - `HashedModulesPlugin` => `optimization.moduleIds: 'hashed'` - `optimization.occurrenceOrder: true` => `optimization: { chunkIds: 'total-size', moduleIds: 'size' }` +### `resolve.concord` + +This option is no longer supported. See [resolving](/configuration/resolve) for more usage. + #### Test webpack 5 compatibility Try to set the following options in your webpack 4 configuration and check if build still works correctly.