Skip to content

Instantly share code, notes, and snippets.

@joshwiens
Created January 18, 2017 23:04
Show Gist options
  • Save joshwiens/8bd520d4a97201d81b71077404db8aed to your computer and use it in GitHub Desktop.
Save joshwiens/8bd520d4a97201d81b71077404db8aed to your computer and use it in GitHub Desktop.
Quite Webpack Stats
stats: {
colors: true,
hash: true,
timings: true,
chunks: true,
chunkModules: false,
children: false,
modules: false,
reasons: false,
warnings: true,
assets: false,
version: false
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment