@cerner/duplicate-package-checker-webpack-plugin

v2.6.0
Webpack plugin that warns you when multiple versions of the same package exist in a build.
Cerner Terra duplicate-package-checker-webpack-plugin webpack

clean

npm run clean:node_modules && npm run clean:lib

clean:install

npm run clean && time npm install

clean:lib

rm -rf lib

clean:node_modules

echo 'removing ./node_modules' && rm -rf node_modules && echo 'removed ./node_modules'

compile

babel src --out-dir lib --copy-files --ignore src --no-comments

jest

jest

lint

eslint --ext .js,.jsx --ignore-path ../../.eslintignore .

lint:js:fix

eslint --ext .js,.jsx . --fix

test

npm run jest
npm i @cerner/duplicate-package-checker-webpack-plugin

Metadata

  • Apache-2.0
  • 10 || 12 || 14
  • Cerner Corporation
  • released 9/27/2023

Downloads