The ignore plugin was useful to
reduce the size of moment.js. Found this answer,
which gave this useful snippet:
Couple that with the BundleAnalyzerPlugin ( config has to be done in webpack.config.js ) :
and you have a really nice way of seeing what causes your js file to be so big.