Skip to content

Instantly share code, notes, and snippets.

@sudarshang
Created May 10, 2018 15:46
Show Gist options
  • Save sudarshang/97b6d70ed994d4368e759ac6fc0209a4 to your computer and use it in GitHub Desktop.
Save sudarshang/97b6d70ed994d4368e759ac6fc0209a4 to your computer and use it in GitHub Desktop.
const WebpackBundleAnalyzer = require("webpack-bundle-analyzer")
.BundleAnalyzerPlugin;
module.exports = () => ({
plugins: [new WebpackBundleAnalyzer()]
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment