Skip to content

Instantly share code, notes, and snippets.

@jastuccio
Created July 24, 2017 11:33
Show Gist options
  • Save jastuccio/9169ebff7cf7ac1773820614ca8ab8ee to your computer and use it in GitHub Desktop.
Save jastuccio/9169ebff7cf7ac1773820614ca8ab8ee to your computer and use it in GitHub Desktop.
// Type into terminal
yarn add bundle-buddy-webpack-plugin webpack-bundle-analyzer --dev
// webpack.bundlebuddy.js
const webpackBundleBuddy = require("bundle-buddy-webpack-plugin")
module.exports = {
plugins: [
new webpackBundleBuddy({sam: true})
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment