Skip to content

Commit be81026

Browse files
committed
migrating - Note that DedupePlugin has been removed
1 parent 2ef7602 commit be81026

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

content/guides/migrating.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ contributors:
1010
- jouni-kantola
1111
- frederikprijck
1212
- chrisVillanueva
13+
- bebraw
1314
---
1415

1516
## `resolve.root`, `resolve.fallback`, `resolve.modulesDirectories`
@@ -226,6 +227,10 @@ To keep compatibility with old loaders, loaders can be switched to minimize mode
226227
]
227228
```
228229

230+
## `DedupePlugin` has been removed
231+
232+
`webpack.optimize.DedupePlugin` isn't needed anymore. Remove it from your configuration.
233+
229234
## `BannerPlugin` - breaking change
230235

231236
`BannerPlugin` no longer accept two parameters but rather only a single options object.

0 commit comments

Comments
 (0)