All Projects โ†’ TheLarkInn โ†’ Bundle Buddy Webpack Plugin

TheLarkInn / Bundle Buddy Webpack Plugin

Licence: mit
๐Ÿ๐Ÿ๐Ÿ๐Ÿ bundle-buddy-webpack-plugin ๐Ÿ๐Ÿ๐Ÿ๐Ÿ

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Bundle Buddy Webpack Plugin

Webpack.js.org
Repository for webpack documentation and more!
Stars: โœญ 2,049 (+929.65%)
Mutual labels:  webpack, webpack-plugin, performance
Awesome Bundle Size
๐Ÿ“ An awesome list of tools and techniques to make your web bundle size smaller and your web apps load faster.
Stars: โœญ 118 (-40.7%)
Mutual labels:  webpack, performance, code-splitting
Webpack Require From
Webpack plugin that allows to configure path or URL for fetching dynamic imports
Stars: โœญ 142 (-28.64%)
Mutual labels:  webpack, webpack-plugin, code-splitting
React Boilerplate
A slightly opinionated yet dead simple boilerplate for React 17.x, Webpack 5 and React Router v5
Stars: โœญ 158 (-20.6%)
Mutual labels:  webpack, code-splitting
Webpack Babel Multi Target Plugin
A Webpack plugin that works with Babel to allow differential loading - production deployment of ES2015 builds targeted to modern browsers, with an ES5 fallback for legacy browsers.
Stars: โœญ 150 (-24.62%)
Mutual labels:  webpack, webpack-plugin
Clean Webpack Plugin
By default, this plugin will remove all files inside webpack's output.path directory, as well as all unused webpack assets after every successful rebuild.
Stars: โœญ 1,888 (+848.74%)
Mutual labels:  webpack, webpack-plugin
Svg Spritemap Webpack Plugin
SVG spritemap plugin for webpack
Stars: โœญ 160 (-19.6%)
Mutual labels:  webpack, webpack-plugin
React Redux Universal Boilerplate
An Universal ReactJS/Redux Boilerplate
Stars: โœญ 165 (-17.09%)
Mutual labels:  webpack, code-splitting
Virtual Module Webpack Plugin
Adds the contents of a virtual file to webpack's cached file system without writing it to disk
Stars: โœญ 165 (-17.09%)
Mutual labels:  webpack, webpack-plugin
Html Res Webpack Plugin
plugin for generating html in webpack
Stars: โœญ 170 (-14.57%)
Mutual labels:  webpack, webpack-plugin
React Core Boilerplate
Powerful ASP.NET Core 3 templates with React, true server-side rendering and Docker support
Stars: โœญ 169 (-15.08%)
Mutual labels:  webpack, webpack-plugin
Workerize Loader
๐Ÿ—๏ธ Automatically move a module into a Web Worker (Webpack loader)
Stars: โœญ 2,135 (+972.86%)
Mutual labels:  webpack, webpack-plugin
Obsolete Webpack Plugin
๐ŸŒˆ A Webpack plugin generates a browser-side standalone script that detects browser compatibility based on `Browserslist` and prompts website users to upgrade it.
Stars: โœญ 148 (-25.63%)
Mutual labels:  webpack, webpack-plugin
Bundle Stats
In-depth bundle analyzer for webpack(bundle size, assets, modules, packages)
Stars: โœญ 144 (-27.64%)
Mutual labels:  webpack, webpack-plugin
Awesome Web You Should Know
๐ŸŒŽawesome web you should know
Stars: โœญ 154 (-22.61%)
Mutual labels:  webpack, website
Worker Plugin
๐Ÿ‘ฉโ€๐Ÿญ Adds native Web Worker bundling support to Webpack.
Stars: โœญ 1,840 (+824.62%)
Mutual labels:  webpack, webpack-plugin
Wxapp Webpack Plugin
๐Ÿ“ฆ ๅพฎไฟกๅฐ็จ‹ๅบ webpack ๆ’ไปถ
Stars: โœญ 185 (-7.04%)
Mutual labels:  webpack, webpack-plugin
Svg Sprite Loader
Webpack loader for creating SVG sprites.
Stars: โœญ 1,822 (+815.58%)
Mutual labels:  webpack, webpack-plugin
Code Splitting React Webpack
An example of how to code split with Webpack 2 and React Router
Stars: โœญ 138 (-30.65%)
Mutual labels:  webpack, code-splitting
Multipage Webpack Plugin
A plugin that makes handling templates and asset distribution for multi-page applications using webpack trivial
Stars: โœญ 168 (-15.58%)
Mutual labels:  webpack, webpack-plugin

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

Property Type Default  Description
warnings boolean true Show/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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].