mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-22 16:46:34 +03:00
reduce webpack output during tests
This commit is contained in:
parent
2429fd21ac
commit
0d2c557ebe
|
@ -18,6 +18,13 @@ module.exports = function (config) {
|
|||
]
|
||||
},
|
||||
webpack: testWebpackConfig,
|
||||
webpackMiddleware: {
|
||||
stats: {
|
||||
modules: false,
|
||||
cached: false,
|
||||
chunk: false
|
||||
}
|
||||
},
|
||||
client: {
|
||||
chai: {
|
||||
truncateThreshold: 0
|
||||
|
|
Loading…
Reference in New Issue
Block a user