mirror of https://github.com/webpack/webpack.git
fix tests
This commit is contained in:
parent
5ee61f8910
commit
18c1e28da8
|
|
@ -10,6 +10,7 @@ module.exports = {
|
|||
stats: {
|
||||
hash: false,
|
||||
timings: false,
|
||||
builtAt: false,
|
||||
assets: false,
|
||||
modules: false,
|
||||
reasons: true
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ module.exports = {
|
|||
stats: {
|
||||
hash: false,
|
||||
timings: false,
|
||||
builtAt: false,
|
||||
assets: false,
|
||||
modules: false,
|
||||
reasons: false
|
||||
|
|
|
|||
Loading…
Reference in New Issue