Spectacle alone is doubling my total Webpack bundle size (from 6 -> 13mb in dev mode). There's a few things that I'm personally not using but that are still being included:
- the code preview component pulls in react-live which pulls in buble which is about 800kb
- all of d3, unsure why
- redux and react-redux are pulled in because the appear component
It'd be great if spectacle supported tree shaking like lodash.