Do not log assets info in webpack build
This commit is contained in:
@@ -436,5 +436,11 @@ module.exports = {
|
|||||||
|
|
||||||
node: {
|
node: {
|
||||||
fs: "empty"
|
fs: "empty"
|
||||||
|
},
|
||||||
|
|
||||||
|
quiet: false,
|
||||||
|
noInfo: false,
|
||||||
|
stats: {
|
||||||
|
assets: false
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user