UNPKG

duplicate-package-checker-webpack-plugin

Version:

Webpack plugin that warns you when multiple versions of the same package exist in a build.

14 lines (13 loc) 263 B
{ "version": "0.2.0", "configurations": [ { "type": "node", "request": "launch", "name": "Debug Jest", "program": "${workspaceRoot}/node_modules/jest/bin/jest.js", "cwd": "${workspaceRoot}", "args": ["--i"] } ] }