Skip to content

Instantly share code, notes, and snippets.

@skywritergr
Last active February 24, 2018 18:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skywritergr/4d22d0647a8a39fcf3d62d6f8104bfaa to your computer and use it in GitHub Desktop.
Save skywritergr/4d22d0647a8a39fcf3d62d6f8104bfaa to your computer and use it in GitHub Desktop.
webpack-visualizer
var Visualizer = require('webpack-visualizer-plugin');
//...
plugins: [new Visualizer()],
//...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment