Skip to content

Instantly share code, notes, and snippets.

@arijitMondal
Last active September 14, 2020 16:46
Show Gist options
  • Save arijitMondal/faf88bf2da739d9e5ac520b4a49f3392 to your computer and use it in GitHub Desktop.
Save arijitMondal/faf88bf2da739d9e5ac520b4a49f3392 to your computer and use it in GitHub Desktop.
const DuplicatePackageCheckerPlugin = require('duplicate-package-checker-webpack-plugin')
module.exports = {
webpack: (config, { buildId, dev, isServer, defaultLoaders, webpack }) => {
config.plugins.push(new DuplicatePackageCheckerPlugin())
return config
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment