Socket
Socket
Sign inDemoInstall

bundle-buddy-webpack-plugin

Package Overview
Dependencies
4
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    bundle-buddy-webpack-plugin

[![npm](https://badge.fury.io/js/bundle-buddy-webpack-plugin.svg)](https://badge.fury.io/js/bundle-buddy-webpack-plugin) [![dependencies](https://david-dm.org/TheLarkInn/bundle-buddy-webpack-plugin.svg)](https://david-dm.org/thelarkinn/bundle-buddy-webpac


Version published
Weekly downloads
98
decreased by-28.47%
Maintainers
1
Install size
36.8 MB
Created
Weekly downloads
 

Readme

Source

bundle-buddy-webpack-plugin

npm dependencies devDependencies Status Business Strategy Status

Your favorite bundle-buddy duplication analyzer, made as a webpack plugin.

Installation

Yarn

yarn add bundle-buddy-webpack-plugin --dev

npm

npm install bundle-buddy-webpack-plugin --save-dev

Usage

Just require the plugin into your webpack configuration, and pass it to the plugins array.

webpack.config.js

const BundleBuddyWebpackPlugin = require("bundle-buddy-webpack-plugin");

module.exports = {
  // ...
  plugins: [
    new BundleBuddyWebpackPlugin({sam: true})
  ]

};

Options

PropertyTypeDefault Description
warningsbooleantrueShow/Hide warnings. BundleBuddyWebpackPlugin will emit a warning when you do not have the devtool property set in your configuration. And will notify you that it is setting it to "source-map".

Bugs

If you believe there is an issue with the plugin itself, by all mean submit an issue!!! However this directly uses bundle-buddy and I would also verify that it is not an issue reported there first.

FAQs

Last updated on 25 Jul 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc