Disable webpack bundle analyzer running everytime

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2019-08-02 14:57:06 +02:00
parent 1b3dfb20d2
commit 41ae49e3e3

View File

@ -4,7 +4,7 @@ const path = require('path');
module.exports = { module.exports = {
pluginOptions: { pluginOptions: {
webpackBundleAnalyzer: { webpackBundleAnalyzer: {
openAnalyzer: false analyzerMode: 'disabled'
} }
}, },
lintOnSave: false, lintOnSave: false,