forked from potsda.mn/mobilizon
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 = {
|
module.exports = {
|
||||||
pluginOptions: {
|
pluginOptions: {
|
||||||
webpackBundleAnalyzer: {
|
webpackBundleAnalyzer: {
|
||||||
openAnalyzer: false
|
analyzerMode: 'disabled'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
lintOnSave: false,
|
lintOnSave: false,
|
||||||
|
|
Loading…
Reference in a new issue