Skip to content
This repository was archived by the owner on Aug 10, 2021. It is now read-only.

Commit 7d446e6

Browse files
darrenscerrijoshwiens
authored andcommitted
feat: Add Duplicate Package Checker Webpack Plugin (#88)
Warns you when multiple versions of the same package exist in your bundle https://github.com/darrenscerri/duplicate-package-checker-webpack-plugin
1 parent 611f6f2 commit 7d446e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list. Feel fr
189189
- [Generate package.json Plugin](https://github.com/lostpebble/generate-package-json-webpack-plugin) - Limit dependencies in a deployment `package.json` to only those that are actually being used by your bundle. -- *Maintainer*: `Paul Myburgh` [![Github][githubicon]](https://github.com/lostpebble)
190190
- [Progressive Web App Manifest](https://github.com/arthurbergmz/webpack-pwa-manifest) - PWA manifest manager and generator. -- *Maintainer*: `Arthur A. Bergamaschi` [![Github][githubicon]](https://github.com/arthurbergmz)
191191
- [FileManager Webpack Plugin](https://github.com/gregnb/filemanager-webpack-plugin) - Copy, move, delete files and directories before and after Webpack builds -- *Maintainer*: `Gregory Nowakowski` [![Github][githubicon]](https://github.com/gregnb)
192+
- [Duplicate Package Checker Webpack Plugin](https://github.com/darrenscerri/duplicate-package-checker-webpack-plugin) - Warns you when multiple versions of the same package exist in your bundle -- *Maintainer*: `Darren Scerri` [![Github][githubicon]](https://github.com/darrenscerri)
192193

193194

194195

0 commit comments

Comments
 (0)