diff --git a/src/content/migrate/5.mdx b/src/content/migrate/5.mdx index 8de2d435a289..ceb9b012535d 100644 --- a/src/content/migrate/5.mdx +++ b/src/content/migrate/5.mdx @@ -68,6 +68,7 @@ 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/) - [`Rule.query`](/configuration/module/#ruleoptions--rulequery) (deprecated since v3) → `Rule.options`/`UseEntry.options` +- `Rule.loaders` → [`Rule.use`](/configuration/module/#ruleuse) ### Test webpack 5 compatibility