Add statsOptions to Webpack configuration
This commit is contained in:
@@ -108,6 +108,7 @@ module.exports = async function (env, argv) {
|
|||||||
statsFilename: '../stats.json',
|
statsFilename: '../stats.json',
|
||||||
analyzerMode: OPEN_ANALYZER ? 'server' : 'json',
|
analyzerMode: OPEN_ANALYZER ? 'server' : 'json',
|
||||||
defaultSizes: 'parsed',
|
defaultSizes: 'parsed',
|
||||||
|
statsOptions: {reasons: false}
|
||||||
}),
|
}),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user