mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-20 10:15:17 -04:00
Do not log assets info in webpack build
This commit is contained in:
parent
cd91f237ab
commit
8241d945dc
1 changed files with 6 additions and 0 deletions
|
@ -436,5 +436,11 @@ module.exports = {
|
||||||
|
|
||||||
node: {
|
node: {
|
||||||
fs: "empty"
|
fs: "empty"
|
||||||
|
},
|
||||||
|
|
||||||
|
quiet: false,
|
||||||
|
noInfo: false,
|
||||||
|
stats: {
|
||||||
|
assets: false
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue