Fix Webpack Bundle Analyzer output for Webpacker (#3374)

Webpacker failed to parse output of Webpack when a module requires
non-existent module or has similar errors. This commit fixes the bug.
th-downstream
Akihiko Odaki 8 years ago committed by Eugen Rochko
parent aac63ca344
commit a6773d2936

@ -34,6 +34,7 @@ module.exports = merge(sharedConfig, {
analyzerMode: 'static', analyzerMode: 'static',
generateStatsFile: true, generateStatsFile: true,
openAnalyzer: false, openAnalyzer: false,
logLevel: 'silent', // do not bother Webpacker, who runs with --json and parses stdout
}), }),
], ],
}); });

Loading…
Cancel
Save