mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-22 16:03:25 +00:00
Disable webpack bundle analyzer running everytime
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
c51115bdbe
commit
4296e52d3b
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ const path = require('path');
|
|||
module.exports = {
|
||||
pluginOptions: {
|
||||
webpackBundleAnalyzer: {
|
||||
openAnalyzer: false
|
||||
analyzerMode: 'disabled'
|
||||
}
|
||||
},
|
||||
lintOnSave: false,
|
||||
|
|
Loading…
Reference in a new issue