Skip to content

Commit d7184b2

Browse files
committed
add new namespace option to schema
1 parent dae9de6 commit d7184b2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

schemas/plugins/SourceMapDevToolPlugin.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,10 @@
117117
}
118118
]
119119
},
120+
"namespace": {
121+
"description": "Namespace prefix to allow multiple webpack roots in the devtools",
122+
"type": "string"
123+
},
120124
"module": {
121125
"description": "Indicates whether SourceMaps from loaders should be used (defaults to true)",
122126
"type": "boolean"

0 commit comments

Comments
 (0)