Skip to content
4 changes: 4 additions & 0 deletions src/content/migrate/5.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ Update the following options to their new version (if used):
- `Compilation.entries` ↦ `Compilation.entryDependencies`
- `serve` ↦ `serve` is removed in favor of [`DevServer`](/configuration/dev-server/)

### `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.
Expand Down