Disable webpack bundle analyzer running everytime
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
c51115bdbe
commit
4296e52d3b
|
@ -4,7 +4,7 @@ const path = require('path');
|
|||
module.exports = {
|
||||
pluginOptions: {
|
||||
webpackBundleAnalyzer: {
|
||||
openAnalyzer: false
|
||||
analyzerMode: 'disabled'
|
||||
}
|
||||
},
|
||||
lintOnSave: false,
|
||||
|
|
Loading…
Reference in a new issue