Skip to content

Commit 124651d

Browse files
authored
Merge pull request #725 from webpack/dedupe
migrating - Note that DedupePlugin has been removed
2 parents cb4e83f + be81026 commit 124651d

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`
@@ -227,6 +228,10 @@ To keep compatibility with old loaders, loaders can be switched to minimize mode
227228
]
228229
```
229230

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

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

0 commit comments

Comments
 (0)