Skip to content

Commit 30db685

Browse files
authored
docs(Migration): loadersuse
My understanding is that the deprecated `loaders` was removed in webpack/webpack#9138 which was in https://github.com/webpack/webpack/releases/tag/v5.74.0 (should that have been a major version upgrade?)
1 parent 91cb3ba commit 30db685

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/content/migrate/5.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ Update the following options to their new version (if used):
6868
- `Compilation.entries``Compilation.entryDependencies`
6969
- `serve``serve` is removed in favor of [`DevServer`](/configuration/dev-server/)
7070
- [`Rule.query`](/configuration/module/#ruleoptions--rulequery) (deprecated since v3) → `Rule.options`/`UseEntry.options`
71+
- `loaders``use`
7172

7273
### Test webpack 5 compatibility
7374

0 commit comments

Comments
 (0)