mirror of https://github.com/status-im/codimd.git
Do not log assets info in webpack build
This commit is contained in:
parent
cd91f237ab
commit
8241d945dc
|
@ -436,5 +436,11 @@ module.exports = {
|
|||
|
||||
node: {
|
||||
fs: "empty"
|
||||
},
|
||||
|
||||
quiet: false,
|
||||
noInfo: false,
|
||||
stats: {
|
||||
assets: false
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue