* perf: remove stats.json generation in webpack
* fix code comment
cache: true,
test: /\.(js|css|html|json|ico|svg|eot|otf|ttf|map)$/,
}),
- new BundleAnalyzerPlugin({ // generates report.html and stats.json
+ new BundleAnalyzerPlugin({ // generates report.html
analyzerMode: 'static',
- generateStatsFile: true,
- statsOptions: {
- // allows usage with http://chrisbateman.github.io/webpack-visualizer/
- chunkModules: true,
- },
openAnalyzer: false,
logLevel: 'silent', // do not bother Webpacker, who runs with --json and parses stdout
}),