Skip to content

Instantly share code, notes, and snippets.

@teimurjan
Created May 21, 2018 06:25
Show Gist options
  • Save teimurjan/0c91c325858e6846f08b421a7bcb5246 to your computer and use it in GitHub Desktop.
Save teimurjan/0c91c325858e6846f08b421a7bcb5246 to your computer and use it in GitHub Desktop.
blog-react-applications-optimization
const BundleAnalyzerPlugin = require("webpack-bundle-analyzer").BundleAnalyzerPlugin;
module.exports = {
plugins: [new BundleAnalyzerPlugin()]
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment