We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0cb26d commit c72c308Copy full SHA for c72c308
1 file changed
config/webpack/production.js
@@ -57,13 +57,8 @@ module.exports = merge(sharedConfig, {
57
cache: true,
58
test: /\.(js|css|html|json|ico|svg|eot|otf|ttf|map)$/,
59
}),
60
- new BundleAnalyzerPlugin({ // generates report.html and stats.json
+ new BundleAnalyzerPlugin({ // generates report.html
61
analyzerMode: 'static',
62
- generateStatsFile: true,
63
- statsOptions: {
64
- // allows usage with http://chrisbateman.github.io/webpack-visualizer/
65
- chunkModules: true,
66
- },
67
openAnalyzer: false,
68
logLevel: 'silent', // do not bother Webpacker, who runs with --json and parses stdout
69
0 commit comments