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 c51115bdbe
commit 4296e52d3b
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 1 additions and 1 deletions

View File

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