Skip to content

Commit 958156a

Browse files
author
Even Alander
committed
moduleTrace added to webpackOptionsSchema.json
1 parent 4131013 commit 958156a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

schemas/webpackOptionsSchema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -993,6 +993,10 @@
993993
"type": "string",
994994
"description": "sort the modules by that field"
995995
},
996+
"moduleTrace": {
997+
"type": "boolean",
998+
"description": "add dependencies and origin of warnings/errors"
999+
},
9961000
"chunksSort": {
9971001
"type": "string",
9981002
"description": "sort the chunks by that field"

0 commit comments

Comments
 (0)